diff options
author | Arun Agrawal <arunagw@gmail.com> | 2011-11-26 22:38:58 +0530 |
---|---|---|
committer | Arun Agrawal <arunagw@gmail.com> | 2011-11-26 22:38:58 +0530 |
commit | fc20d6b6815032935f02b53b4b928cd514ed66ac (patch) | |
tree | 98d1ce8cfeea8a7743f103ad2334adf45a763023 /railties | |
parent | 1d8954068655580548e8e1cb283a8499988afb1d (diff) | |
download | rails-fc20d6b6815032935f02b53b4b928cd514ed66ac.tar.gz rails-fc20d6b6815032935f02b53b4b928cd514ed66ac.tar.bz2 rails-fc20d6b6815032935f02b53b4b928cd514ed66ac.zip |
Let's say this 3.1.3 instead of 3.1.1 in docs
Diffstat (limited to 'railties')
-rw-r--r-- | railties/guides/source/getting_started.textile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/guides/source/getting_started.textile b/railties/guides/source/getting_started.textile index ca6a404212..fe43c9db36 100644 --- a/railties/guides/source/getting_started.textile +++ b/railties/guides/source/getting_started.textile @@ -248,7 +248,7 @@ the following: $ rails --version </shell> -If it says something like "Rails 3.1.1" you are ready to continue. +If it says something like "Rails 3.1.3" you are ready to continue. h4. Creating the Blog Application |