aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib
diff options
context:
space:
mode:
authorMichael Koziarski <michael@koziarski.com>2008-09-22 17:14:54 +0200
committerMichael Koziarski <michael@koziarski.com>2008-09-22 21:32:12 +0200
commit5f86451a4c5d0beca5a746c4708be48b13f665be (patch)
treede7824fcbdac7d00952d98862b199fe921dc2f34 /activesupport/lib
parent10380a22a65d93bee6775a0ffe93071b798bf249 (diff)
downloadrails-5f86451a4c5d0beca5a746c4708be48b13f665be.tar.gz
rails-5f86451a4c5d0beca5a746c4708be48b13f665be.tar.bz2
rails-5f86451a4c5d0beca5a746c4708be48b13f665be.zip
Bump the Version constants to align with the *next* release rather than the previous release.
This allows people tracking non-release gems or git submodules to use the constants.
Diffstat (limited to 'activesupport/lib')
-rw-r--r--activesupport/lib/active_support/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activesupport/lib/active_support/version.rb b/activesupport/lib/active_support/version.rb
index b346459a9b..8f5395fca6 100644
--- a/activesupport/lib/active_support/version.rb
+++ b/activesupport/lib/active_support/version.rb
@@ -1,7 +1,7 @@
module ActiveSupport
module VERSION #:nodoc:
MAJOR = 2
- MINOR = 1
+ MINOR = 2
TINY = 0
STRING = [MAJOR, MINOR, TINY].join('.')