From 1982169d5edd71b1509ac8a77db3f525632a51a5 Mon Sep 17 00:00:00 2001 From: Ahmed Kamal Date: Sun, 18 Aug 2019 14:45:11 +0200 Subject: [PATCH] Fix Rails Version in Guides Index --- guides/source/_welcome.html.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/_welcome.html.erb b/guides/source/_welcome.html.erb index bf00ee08e5..b5dd135295 100644 --- a/guides/source/_welcome.html.erb +++ b/guides/source/_welcome.html.erb @@ -10,7 +10,7 @@

<% else %>

- These are the new guides for Rails 5.2 based on <%= @version %>. + These are the new guides for Rails 6.0 based on <%= @version %>. These guides are designed to make you immediately productive with Rails, and to help you understand how all of the pieces fit together.

<% end %>