Skip to content

Commit 858c745

Browse files
committed
make version just return the number
1 parent 0ec171c commit 858c745

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/nirv.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ def version
101101
# was lifted from from UUID gem.
102102
# version = Gem::Specification.load(File.expand_path("../nirvanahq.gemspec", File.dirname(__FILE__))).version.to_s.split(".").map { |i| i.to_i }
103103
# @todo move to VERSION txt file
104-
@message = @my_app_name << " - " << NirvanaHQ::VERSION
104+
@message = NirvanaHQ::VERSION
105105
end
106106

107107
end

0 commit comments

Comments
 (0)