From 21b1f29720fa503071a12831162d975e48f2b5f9 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Mon, 23 Aug 2010 21:44:57 -0500 Subject: Master is now targeting 3.1.0.beta --- railties/guides/source/initialization.textile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'railties/guides') diff --git a/railties/guides/source/initialization.textile b/railties/guides/source/initialization.textile index 09cbf6e2af..531ddd998b 100644 --- a/railties/guides/source/initialization.textile +++ b/railties/guides/source/initialization.textile @@ -141,7 +141,7 @@ Here the only two gems we need are +rails+ and +sqlite3-ruby+, so it seems. This * activesupport-3.0.0.beta4.gem * arel-0.4.0.gem * builder-2.1.2.gem -* bundler-1.0.0.rc.6.gem +* bundler-1.0.0.rc.2.gem * erubis-2.6.6.gem * i18n-0.4.1.gem * mail-2.2.5.gem @@ -1374,7 +1374,7 @@ the _version_ file contains this code (comments stripped): module ActionPack #:nodoc: module VERSION #:nodoc: MAJOR = 3 - MINOR = 0 + MINOR = 1 TINY = "0.beta1" STRING = [MAJOR, MINOR, TINY].join('.') -- cgit v1.2.3