Skip to content

Commit

Permalink
Put library version back into beta mode
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel committed Jul 3, 2008
1 parent 78cb700 commit ac97d47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aws/s3/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ module VERSION #:nodoc:
MAJOR = '0'
MINOR = '5'
TINY = '1'
BETA = nil # Time.now.to_i.to_s
BETA = Time.now.to_i.to_s
end

Version = [VERSION::MAJOR, VERSION::MINOR, VERSION::TINY, VERSION::BETA].compact * '.'
Expand Down

0 comments on commit ac97d47

Please sign in to comment.