aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport
diff options
context:
space:
mode:
authorDavid Heinemeier Hansson <david@loudthinking.com>2010-04-01 13:36:45 -0700
committerDavid Heinemeier Hansson <david@loudthinking.com>2010-04-01 13:36:45 -0700
commitd868cb4f8a84b6275b6407b20bb3ba939a53681a (patch)
tree21219f405efe5bceb3ae17cfe5a418d2613ac2c3 /activesupport
parente8292abbcd581f2fdad368fc5760416071b4b67f (diff)
downloadrails-d868cb4f8a84b6275b6407b20bb3ba939a53681a.tar.gz
rails-d868cb4f8a84b6275b6407b20bb3ba939a53681a.tar.bz2
rails-d868cb4f8a84b6275b6407b20bb3ba939a53681a.zip
Prep for beta2, depend on latest Bundler
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 831204693f..3ce11e59d2 100644
--- a/activesupport/lib/active_support/version.rb
+++ b/activesupport/lib/active_support/version.rb
@@ -3,7 +3,7 @@ module ActiveSupport
MAJOR = 3
MINOR = 0
TINY = 0
- BUILD = "beta1"
+ BUILD = "beta2"
STRING = [MAJOR, MINOR, TINY, BUILD].join('.')
end