aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bundler/version.rb
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2012-12-19 23:43:25 -0800
committerAndre Arko <andre@arko.net>2012-12-19 23:43:25 -0800
commitf179de4ec35bceabfbafedbe6beae6e99339b3f3 (patch)
tree53de996a60b5d0476ed611f6e7d50731d158e659 /lib/bundler/version.rb
parent3d68743c84c1843e4ece4cd6989ee1172de7ede8 (diff)
downloadbundler-f179de4ec35bceabfbafedbe6beae6e99339b3f3.tar.gz
Version 1.3.0.pre.3 with changelog
Diffstat (limited to 'lib/bundler/version.rb')
-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 eb0105e5..ccd46b28 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.2" unless defined?(::Bundler::VERSION)
+ VERSION = "1.3.0.pre.3" unless defined?(::Bundler::VERSION)
end