lib/thor-scmversion.rb in thor-scmversion-0.0.4 vs lib/thor-scmversion.rb in thor-scmversion-0.0.5
- old
+ new
@@ -24,9 +24,10 @@
end
end
desc "current", "Show current SCM tagged version"
def current
+ write_version
say current_version.to_s
end
private
def current_version