summaryrefslogtreecommitdiff
path: root/lib/bundler/version.rb
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2013-02-24 22:00:49 -0800
committerAndre Arko <andre@arko.net>2013-02-24 22:00:49 -0800
commit4315e3068055db8735a4b81b3dbe7abc676323df (patch)
treeb7e1f77516c82aa72fcb56cdf1778ecf0591af77 /lib/bundler/version.rb
parent2df15b83ab7c7e3cd4dfc3f531ef440a39421823 (diff)
downloadbundler-4315e3068055db8735a4b81b3dbe7abc676323df.tar.gz
Version 1.3.0 and changelogv1.3.0
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 8e7f08ac9c..899528d643 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.8" unless defined?(::Bundler::VERSION)
+ VERSION = "1.3.0" unless defined?(::Bundler::VERSION)
end