lib/git/conform/version.rb in git-conform-1.2.1 vs lib/git/conform/version.rb in git-conform-1.3.0

- old
+ new

@@ -1,8 +1,8 @@ module Git module Conform NAME = 'git-conform'.freeze - VERSION = '1.2.1'.freeze + VERSION = '1.3.0'.freeze def self.version "#{NAME} v#{VERSION}" end end