Skip to content

Commit

Permalink
Put Version back into beta mode.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcel committed Apr 28, 2009
1 parent 7aabcb0 commit 5cd500f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/aws/s3/version.rb
Expand Up @@ -4,7 +4,7 @@ module VERSION #:nodoc:
MAJOR = '0'
MINOR = '6'
TINY = '2'
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 5cd500f

Please sign in to comment.