aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorTerence Lee <hone02@gmail.com>2012-12-26 19:09:41 -0500
committerTerence Lee <hone02@gmail.com>2012-12-26 19:09:41 -0500
commit13da67a63a1b3262a0a288fe267faecb8029ef63 (patch)
tree5cc5a073c8b6a8b3b62d0dde623719de7ce698a8 /lib
parent9db6c216b2ad0a11e53734a12972c7f6c389bd42 (diff)
downloadbundler-13da67a63a1b3262a0a288fe267faecb8029ef63.tar.gz
bump 1.3.0.pre.4
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 ccd46b28..3e118c80 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.3.0.pre.3" unless defined?(::Bundler::VERSION)
+ VERSION = "1.3.0.pre.4" unless defined?(::Bundler::VERSION)
end