summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlhuda <carlhuda@engineyard.com>2010-07-20 17:37:42 -0700
committerCarlhuda <carlhuda@engineyard.com>2010-07-20 17:37:42 -0700
commitab3173ebc1b2657de4309b3eaadb3038dea4bc4c (patch)
tree14beb31652a216eddf4e899bcfbdc2792922aadb
parent4549f0afa63d7c706f7eb038563cc0a35a608eab (diff)
downloadbundler-1.0.0.beta.6.tar.gz
Bump the version1.0.0.beta.6
-rw-r--r--lib/bundler/version.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index c1c88993bb..4855b1f143 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.0.beta.5" unless defined?(::Bundler::VERSION)
-end \ No newline at end of file
+ VERSION = "1.0.0.beta.6" unless defined?(::Bundler::VERSION)
+end