summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2011-08-08 12:07:11 -0500
committerTerence Lee <hone02@gmail.com>2011-08-08 12:07:11 -0500
commitf08f9a9ad9b882c520c730fbb6490cfd3730bd8d (patch)
tree3dfa574c1f287cd4b1ee82ad1e8e1a8f49eebdbf
parentf0989bdad4544203d71b8c8ce16370bdb0c99e70 (diff)
downloadbundler-f08f9a9ad9b882c520c730fbb6490cfd3730bd8d.tar.gz
Version 1.0.16v1.0.16
-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 9f8590d5af..61ac76fc0d 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.15" unless defined?(::Bundler::VERSION)
+ VERSION = "1.0.16" unless defined?(::Bundler::VERSION)
end