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
Original file line number Diff line number Diff line change
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

0 comments on commit 2087357

Please sign in to comment.