summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2012-03-23 17:23:40 -0700
committerTerence Lee <hone02@gmail.com>2012-03-23 17:23:40 -0700
commitb2af3d251be6b6f2ff1f440aa1d30b19a2fe8c32 (patch)
tree49ab4a6bd41f437ade9d88db478b4c8def9afe87
parent1dc3e52a190afc31606f348174900b312990ed7d (diff)
downloadbundler-1.1.3.tar.gz
Bundler 1.1.3v1.1.3
-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 7846d0e001..1cd58c25b9 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.1.2" unless defined?(::Bundler::VERSION)
+ VERSION = "1.1.3" unless defined?(::Bundler::VERSION)
end