bin/overview in overview-0.0.4.12 vs bin/overview in overview-0.0.4.14
- old
+ new
@@ -105,10 +105,10 @@
elsif options[:v]
puts AppVersion::Version.new.version.to_s
elsif options[:r]
puts "#{AppVersion::Version.new.version.to_s}.#{AppVersion::Version.new.build_no.to_s}"
elsif options[:a]
- puts "#{AppVersion::Version.new.version.to_s}.#{AppVersion::Version.new.build_no.to_s}".gsub('.','-')
+ puts "#{AppVersion::Version.new.version.to_s}".gsub('.','-')
else
puts AppVersion::Version.new.to_s
end
end
end