Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed Jul 15, 2011
1 parent e34de76 commit 337a195
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
redis-settings (0.2.0)
redis-settings (0.2.1)
redis

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/redis/settings/version.rb
Expand Up @@ -3,7 +3,7 @@ class Settings
module Version
MAJOR = 0
MINOR = 2
PATCH = 0
PATCH = 1
STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
end
end
Expand Down

0 comments on commit 337a195

Please sign in to comment.