summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndre Arko <andre@arko.net>2011-09-30 13:35:52 -0700
committerAndre Arko <andre@arko.net>2011-09-30 13:35:52 -0700
commit177cda685fdb1c786718c260a577f8b132955cbc (patch)
treeeabffd580afa7f3b1cc0b0ec7a6bf5662ca5ad98
parent6072ff563322d7887d8640335f10491c84e05c14 (diff)
downloadbundler-177cda685fdb1c786718c260a577f8b132955cbc.tar.gz
Version 1.0.21v1.0.21
-rw-r--r--CHANGELOG.md4
-rw-r--r--lib/bundler/version.rb2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8f48b781a1..6f5049ffc1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.0.21 (September 30, 2011)
+
+ - No changes from RC
+
## 1.0.21.rc (September 29, 2011)
Bugfixes:
diff --git a/lib/bundler/version.rb b/lib/bundler/version.rb
index 1b54227a02..53bd180d80 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.0.21.rc" unless defined?(::Bundler::VERSION)
+ VERSION = "1.0.21" unless defined?(::Bundler::VERSION)
end