lib/git/conform/version.rb in git-conform-1.0.0 vs lib/git/conform/version.rb in git-conform-1.1.0

- old
+ new

@@ -1,6 +1,6 @@ module Git module Conform NAME = 'git-conform'.freeze - VERSION = '1.0.0'.freeze + VERSION = '1.1.0'.freeze end end