summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlhuda <carlhuda@engineyard.com>2010-02-01 16:56:23 -0800
committerCarlhuda <carlhuda@engineyard.com>2010-02-01 16:56:23 -0800
commit0a443e9725b5f8615d5cb26c3d7a7edc958b18fb (patch)
tree893e79155983a2eca029e5ecb5009cc33b7f4b35
parentde5054af4069a93702763d70704b074202f2bf7d (diff)
downloadbundler-0a443e9725b5f8615d5cb26c3d7a7edc958b18fb.tar.gz
Bumping version
-rw-r--r--lib/bundler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb
index 23a993b5c6..0fdccdbd0f 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -4,7 +4,7 @@ require 'yaml'
require 'bundler/rubygems'
module Bundler
- VERSION = "0.9.0.pre3"
+ VERSION = "0.9.0.pre4"
autoload :Definition, 'bundler/definition'
autoload :Dependency, 'bundler/dependency'