From 5b427ef3e5aa0a31633890864dee9ce1ddf244f3 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Thu, 28 May 2015 13:22:18 -0700 Subject: Version 1.10.0 with changelog --- CHANGELOG.md | 4 ++++ lib/bundler/version.rb | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dee71228e..5cc8bea03d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.10.0 (2015-05-28) + +(this space intentionally left blank) + ## 1.10.0.rc (2015-05-16) Features: diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index d83055a683..59fbe9c349 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.10.0.rc" unless defined?(::Bundler::VERSION) + VERSION = "1.10.0" unless defined?(::Bundler::VERSION) end -- cgit v1.2.1