Skip to content

Commit

Permalink
Bump up version
Browse files Browse the repository at this point in the history
  • Loading branch information
fnando committed May 26, 2011
1 parent 17c8f08 commit 00df36a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
pagseguro (0.1.10)
pagseguro (0.1.11.beta1)

GEM
remote: http://gems.simplesideias.com.br/
Expand Down
4 changes: 2 additions & 2 deletions lib/pagseguro/version.rb
Expand Up @@ -2,7 +2,7 @@ module PagSeguro
module Version
MAJOR = 0
MINOR = 1
PATCH = 10
STRING = "#{MAJOR}.#{MINOR}.#{PATCH}"
PATCH = 11
STRING = "#{MAJOR}.#{MINOR}.#{PATCH}.beta1"
end
end

0 comments on commit 00df36a

Please sign in to comment.