summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/bundler.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/bundler.rb b/lib/bundler.rb
index 764194ec54..d6f69c5d89 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -4,7 +4,7 @@ require 'yaml'
require 'bundler/rubygems-ext'
module Bundler
- VERSION = "0.9.3"
+ VERSION = "0.9.4"
autoload :Definition, 'bundler/definition'
autoload :Dependency, 'bundler/dependency'