Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Version number and History fix
Browse files Browse the repository at this point in the history
  • Loading branch information
konstantin committed Jan 18, 2011
1 parent 69b87da commit bd3ce73
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion History.txt
Expand Up @@ -283,7 +283,7 @@ the source key.
- :created_time in:
RightAws::ElbInterface#describe_load_balancers

=== next
=== 2.1.0
Release Notes:
- Added:
- ACF: API '2010-11-01'
Expand Down
2 changes: 1 addition & 1 deletion lib/awsbase/version.rb
@@ -1,7 +1,7 @@
module RightAws #:nodoc:
module VERSION #:nodoc:
MAJOR = 2 unless defined?(MAJOR)
MINOR = 0 unless defined?(MINOR)
MINOR = 1 unless defined?(MINOR)
TINY = 0 unless defined?(TINY)

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

0 comments on commit bd3ce73

Please sign in to comment.