aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2011-05-04 20:21:05 -0500
committerDavid Heinemeier Hansson <david@loudthinking.com>2011-05-04 20:21:05 -0500
commit169ae75e091392e3852d0dfb56fadacef4b7a20b (patch)
treeac532524b09b7eae69fe766c66cf4133e09bfd64 /activesupport
parent5b8801442ea02fc942ae0ee8ef81a9120525f5f0 (diff)
downloadrails-169ae75e091392e3852d0dfb56fadacef4b7a20b.tar.gz
rails-169ae75e091392e3852d0dfb56fadacef4b7a20b.tar.bz2
rails-169ae75e091392e3852d0dfb56fadacef4b7a20b.zip
Prepare for beta1
Diffstat (limited to 'activesupport')
-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 690fc7f0fc..c2cf39e391 100644
--- a/activesupport/lib/active_support/version.rb
+++ b/activesupport/lib/active_support/version.rb
@@ -3,7 +3,7 @@ module ActiveSupport
MAJOR = 3
MINOR = 1
TINY = 0
- PRE = "beta"
+ PRE = "beta1"
STRING = [MAJOR, MINOR, TINY, PRE].compact.join('.')
end