aboutsummaryrefslogtreecommitdiffstats
path: root/version.rb
diff options
context:
space:
mode:
authorAaron Patterson <aaron.patterson@gmail.com>2012-03-01 09:16:28 -0800
committerAaron Patterson <aaron.patterson@gmail.com>2012-03-01 09:16:28 -0800
commit01b470f526922ad3fc5562a237d11d45347befa9 (patch)
tree219e6fae1b62f820a652d0180499e588cddf326d /version.rb
parentc60c1c0812d5eb55e7024db350f8bc5b6729f7fe (diff)
downloadrails-01b470f526922ad3fc5562a237d11d45347befa9.tar.gz
rails-01b470f526922ad3fc5562a237d11d45347befa9.tar.bz2
rails-01b470f526922ad3fc5562a237d11d45347befa9.zip
bumping to 3.2.2
Diffstat (limited to 'version.rb')
-rw-r--r--version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/version.rb b/version.rb
index a5719a84e5..154dd3d25d 100644
--- a/version.rb
+++ b/version.rb
@@ -3,7 +3,7 @@ module Rails
MAJOR = 3
MINOR = 2
TINY = 2
- PRE = "rc1"
+ PRE = nil
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end