diff options
-rw-r--r-- | CHANGELOG.md | 4 | ||||
-rw-r--r-- | lib/bundler/version.rb | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2de97e77c5..9bc64b2fad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.12.0 (2016-04-28) + +This space intentionally left blank. + ## 1.12.0.rc.4 (2016-04-21) Bugfixes: diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb index 7160a0fb2d..f7103879ac 100644 --- a/lib/bundler/version.rb +++ b/lib/bundler/version.rb @@ -7,5 +7,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.12.0.rc.4" unless defined?(::Bundler::VERSION) + VERSION = "1.12.0" unless defined?(::Bundler::VERSION) end |