summaryrefslogtreecommitdiff
path: root/lib/bundler/version.rb
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2014-12-06 16:58:51 -0800
committerAndre Arko <andre@arko.net>2014-12-06 16:58:51 -0800
commit6140bc3b68bff39a938ff29a192146aaa9248903 (patch)
tree7b82af32e9ff3720d0ea49849ea5bfc9a9752d13 /lib/bundler/version.rb
parent298618cea9c8e0403e5500ed5acd987490b87b96 (diff)
downloadbundler-6140bc3b68bff39a938ff29a192146aaa9248903.tar.gz
Version 1.7.8 with changelogv1.7.8
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 ffd5d85492..83bdb58557 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.7.7" unless defined?(::Bundler::VERSION)
+ VERSION = "1.7.8" unless defined?(::Bundler::VERSION)
end