summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Lerche <carllerche@mac.com>2010-02-05 14:26:22 -0800
committerCarl Lerche <carllerche@mac.com>2010-02-05 14:35:17 -0800
commitc66237d7346e97b89978f10952da42418618d447 (patch)
tree7de86b2fa4f3d2d78b45b01f2fa5259a333befa8
parent51aed99451f92cabe3e2f6f8a7699a0a4d01436f (diff)
downloadbundler-c66237d7346e97b89978f10952da42418618d447.tar.gz
Bump the 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 107dc0d130..428693789d 100644
--- a/lib/bundler.rb
+++ b/lib/bundler.rb
@@ -4,7 +4,7 @@ require 'yaml'
require 'bundler/rubygems'
module Bundler
- VERSION = "0.9.2"
+ VERSION = "0.9.3.pre"
autoload :Definition, 'bundler/definition'
autoload :Dependency, 'bundler/dependency'