summaryrefslogtreecommitdiff
path: root/lib/bundler/version.rb
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-04-13 14:51:47 -0700
committerAndre Arko <andre@arko.net>2014-04-13 15:13:23 -0700
commit06e3647c117da210ffd15a174624497830addd7b (patch)
treed865a6992dd41b225e915f971a2098787060f770 /lib/bundler/version.rb
parent9748e092d540d693c6a1b3d08c60658fd1af34c8 (diff)
downloadbundler-06e3647c117da210ffd15a174624497830addd7b.tar.gz
Version 1.6.2 with changelogv1.6.2
Diffstat (limited to 'lib/bundler/version.rb')
-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 a3c1f909d8..66aa1f418f 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.6.1" unless defined?(::Bundler::VERSION)
+ VERSION = "1.6.2" unless defined?(::Bundler::VERSION)
end