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 Jun 7, 2008
1 parent 67126aa commit 428fcfe
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 = '5'
TINY = '0'
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 428fcfe

Please sign in to comment.