aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2011-08-12 23:10:45 -0500
committerTerence Lee <hone02@gmail.com>2011-08-12 23:10:45 -0500
commit9d3aa28b68d9f2db9459aa7bdafb8888a55da7be (patch)
treead327418f39e691117c8136d27a4cd8d105d0f41 /lib
parentb039ce7acf156915a7d5e897296f6fb46f31837f (diff)
downloadbundler-9d3aa28b68d9f2db9459aa7bdafb8888a55da7be.tar.gz
Version 1.0.18
Diffstat (limited to 'lib')
-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 f2ad4b05..e2303c16 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.17" unless defined?(::Bundler::VERSION)
+ VERSION = "1.0.18" unless defined?(::Bundler::VERSION)
end