lib/git/semaphore/version.rb in git-semaphore-2.2.0 vs lib/git/semaphore/version.rb in git-semaphore-2.3.0

- old
+ new

@@ -1,10 +1,10 @@ require 'rugged' module Git module Semaphore NAME = 'git-semaphore'.freeze - VERSION = '2.2.0'.freeze + VERSION = '2.3.0'.freeze DEPENDENCY_VERSIONS = [ "rugged v#{Rugged::VERSION}", "#{RUBY_ENGINE} #{RUBY_VERSION}p#{RUBY_PATCHLEVEL}", ].join(', ').freeze