summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYehuda Katz <yehudakatz@Billing-MacBook-Pro.local>2010-02-04 10:49:23 -0800
committerYehuda Katz <yehudakatz@99-204-89-33.pools.spcsdns.net>2010-02-05 14:23:35 -0800
commit9051182e5bceeee957c56a563b0728f036ec67a9 (patch)
treefcf296327e1d042d8e556a16639c2b68eaa8c57e
parent90bea7909f0522b29296662d6a82775a7ee57560 (diff)
downloadbundler-9051182e5bceeee957c56a563b0728f036ec67a9.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 0d9e65c209..107dc0d130 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -4,7 +4,7 @@ require 'yaml'
require 'bundler/rubygems'
module Bundler
- VERSION = "0.9.1"
+ VERSION = "0.9.2"
autoload :Definition, 'bundler/definition'
autoload :Dependency, 'bundler/dependency'