summaryrefslogtreecommitdiff
path: root/lib/bundler/version.rb
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-07-17 22:42:33 -0700
committerAndre Arko <andre@arko.net>2014-07-17 22:42:33 -0700
commit7fce490d0b1b1ea92c1a94cfac55c88dc678a485 (patch)
tree1b4315da06af9b482738e5581e0496b6c190113d /lib/bundler/version.rb
parent8ccd921b37fa0f2d62ab0c12a2245299e9b43518 (diff)
downloadbundler-7fce490d0b1b1ea92c1a94cfac55c88dc678a485.tar.gz
Version 1.6.4 with changelogv1.6.4
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 398a66291b..fc8e643dc8 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.3" unless defined?(::Bundler::VERSION)
+ VERSION = "1.6.4" unless defined?(::Bundler::VERSION)
end