lib/git/conform/version.rb in git-conform-1.1.0 vs lib/git/conform/version.rb in git-conform-1.2.1
- old
+ new
@@ -1,6 +1,10 @@
module Git
module Conform
NAME = 'git-conform'.freeze
- VERSION = '1.1.0'.freeze
+ VERSION = '1.2.1'.freeze
+
+ def self.version
+ "#{NAME} v#{VERSION}"
+ end
end
end