Skip to content
This repository has been archived by the owner on Nov 17, 2017. It is now read-only.

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed May 1, 2011
1 parent 687d9ff commit d36ea40
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
rack-api (0.2.0)
rack-api (0.2.1)
activesupport (>= 3.0.0)
rack (>= 1.0.0)
rack-mount (>= 0.6.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/rack/api/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ class API
module Version
MAJOR = 0
MINOR = 2
PATCH = 0
PATCH = 1
STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
end
end
Expand Down

0 comments on commit d36ea40

Please sign in to comment.