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