summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwycats <wycats@gmail.com>2010-08-30 02:39:09 +0900
committerwycats <wycats@gmail.com>2010-08-30 02:39:09 +0900
commitfa2ee3f0b03bd6bf5286ea900338b06bf7d53888 (patch)
tree26e4b05f2a900c7d7b214657edb166c876bc8443
parent90e012cf04e002809aeedbe26be9fa137f19510c (diff)
downloadbundler-1.0.0.tar.gz
Bump bundler to 1.0.0v1.0.01.0.0
-rw-r--r--lib/bundler/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 49ff78dbfd..029b410683 100644
--- a/lib/bundler/version.rb
+++ b/lib/bundler/version.rb
@@ -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