Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
Bump bundler to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
wycats committed Aug 29, 2010
1 parent 90e012c commit fa2ee3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bundler/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ module Bundler
# We're doing this because we might write tests that deal
# with other versions of bundler and we are unsure how to
# handle this better.
VERSION = "1.0.0.rc.6" unless defined?(::Bundler::VERSION)
VERSION = "1.0.0" unless defined?(::Bundler::VERSION)
end

1 comment on commit fa2ee3f

@defeated
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is great news! grats all around

Please sign in to comment.