diff --git a/Gemfile.lock b/Gemfile.lock index 3539878d6..63da6febf 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rugged (0.21.1) + rugged (0.21.2) GEM remote: http://rubygems.org/ diff --git a/lib/rugged/version.rb b/lib/rugged/version.rb index fa89f236b..ad2d486ef 100644 --- a/lib/rugged/version.rb +++ b/lib/rugged/version.rb @@ -1,3 +1,3 @@ module Rugged - Version = VERSION = '0.21.1' + Version = VERSION = '0.21.2' end