Skip to content

Commit

Permalink
incremented tiny version for issue 125 fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
caryp committed Mar 22, 2012
1 parent f535e13 commit 927aae4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions History.txt
Expand Up @@ -303,3 +303,9 @@ the source key.
- SDB: uuid gem dependency
- this gem requires right_http_connection 0bc3343232133bdb38c237d8285525d74495d3f5 or later
- "Raise On Timeout On Action" feature added to avoid duplicate resources creation if a timeout error occures and a retry is performed

=== 2.1.1
Release Notes:
- Fixed:
- redirect issue when putting file to S3 in us-west-2 (https://github.com/rightscale/right_aws/issues/125)

2 changes: 1 addition & 1 deletion lib/awsbase/version.rb
Expand Up @@ -2,7 +2,7 @@ module RightAws #:nodoc:
module VERSION #:nodoc:
MAJOR = 2 unless defined?(MAJOR)
MINOR = 1 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 927aae4

Please sign in to comment.