summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2010-11-13 01:08:53 -0600
committerAndre Arko <andre@arko.net>2010-11-13 01:15:14 -0600
commit4d4fa00f2fd1c6ba420eb55cff884956b5aad68e (patch)
treea229bcddf5255014a2e89b711a2bf137563d6035 /lib
parent2da8338914224935464a003ac24f7c3695c9f71b (diff)
downloadbundler-4d4fa00f2fd1c6ba420eb55cff884956b5aad68e.tar.gz
Version 1.0.4 with changelog
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 e51ae0f14d..c2f4105f21 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.pre" unless defined?(::Bundler::VERSION)
+ VERSION = "1.0.4" unless defined?(::Bundler::VERSION)
end