aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2011-08-08 17:01:35 -0500
committerTerence Lee <hone02@gmail.com>2011-08-08 17:01:35 -0500
commit56995d8b6fb41dd7bab743ed7c3f03205afa670f (patch)
tree9a0a0540979893fb5919f109e350583b5a02ce7e /lib
parent1ef523331b484e2f27d7945fbdd55b862f156fdb (diff)
downloadbundler-56995d8b6fb41dd7bab743ed7c3f03205afa670f.tar.gz
Version 1.0.17
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 61ac76fc..f2ad4b05 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.16" unless defined?(::Bundler::VERSION)
+ VERSION = "1.0.17" unless defined?(::Bundler::VERSION)
end