summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-11-13 11:49:29 -0600
committerAndre Arko <andre@arko.net>2010-11-13 11:49:29 -0600
commit6a94687bd3549f3d4c31be3683a58f412d1e0cea (patch)
treefdf08aeb17a47c1f8b771cae34d5b7fa8b7ab93c /lib
parent7585837c2560a46fd8be13d68f2c7e8c79655d3b (diff)
downloadbundler-1.0.5.tar.gz
Version 1.0.5 with changelogv1.0.5
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 c2f4105f21..5734181f97 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.4" unless defined?(::Bundler::VERSION)
+ VERSION = "1.0.5" unless defined?(::Bundler::VERSION)
end