summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2012-08-29 23:59:58 -0500
committerTerence Lee <hone02@gmail.com>2012-08-30 00:14:54 -0500
commit295fd048b03dc537228e0e3fade255369d57b00a (patch)
tree123fff47610c0a4af205ad3bbdb1b2bdb8ce044b
parentcd3514cfd26ae9f29e43ba7e8ad9419fcc8b66ff (diff)
downloadbundler-295fd048b03dc537228e0e3fade255369d57b00a.tar.gz
Version 1.2.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 874871ec3d..1439a6c847 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.2.0.rc.2" unless defined?(::Bundler::VERSION)
+ VERSION = "1.2.0" unless defined?(::Bundler::VERSION)
end