Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
jakedouglas committed Jun 2, 2010
1 parent 36f2e61 commit 2087357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/right_aws.rb
Expand Up @@ -67,7 +67,7 @@ module RightAws #:nodoc:
module VERSION #:nodoc:
MAJOR = 2 unless defined?(MAJOR)
MINOR = 0 unless defined?(MINOR)
TINY = 0 unless defined?(TINY)
TINY = 1 unless defined?(TINY)

STRING = [MAJOR, MINOR, TINY].join('.') unless defined?(STRING)
end
Expand Down

1 comment on commit 2087357

@trek
Copy link

@trek trek commented on 2087357 Dec 20, 2010

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any idea if this version will be pushed to rubygems.org? It's still showing 2.0.0.

Please sign in to comment.