# File lib/packaging/util/version.rb, line 94 def get_dash_version if info = git_describe_version info.join('-') else get_pwd_version end end