diff --git a/Gemfile.lock b/Gemfile.lock index fd0813d55..f00412ab5 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rugged (0.22.1b1) + rugged (0.22.2) GEM remote: http://rubygems.org/ diff --git a/lib/rugged/version.rb b/lib/rugged/version.rb index 6319a1a42..dad8948e6 100644 --- a/lib/rugged/version.rb +++ b/lib/rugged/version.rb @@ -1,3 +1,3 @@ module Rugged - Version = VERSION = '0.22.1b1' + Version = VERSION = '0.22.2' end