From 3b03b25d884bb24a2a6b52cce91e5da2d1faf7f0 Mon Sep 17 00:00:00 2001 From: findstar Date: Sat, 14 Mar 2015 01:32:00 +0900 Subject: [PATCH] fix version 4.2 -> 5.0 --- contributing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing.md b/contributing.md index c222a543970..498e3563278 100644 --- a/contributing.md +++ b/contributing.md @@ -1,3 +1,3 @@ # Contribution Guidelines -If you are submitting documentation for the **current stable release**, submit it to the corresponding branch. For example, documentation for Laravel 4.2 would be submitted to the `4.2` branch. Documentation intended for the next release of Laravel should be submitted to the `master` branch. \ No newline at end of file +If you are submitting documentation for the **current stable release**, submit it to the corresponding branch. For example, documentation for Laravel 5.0 would be submitted to the `5.0` branch. Documentation intended for the next release of Laravel should be submitted to the `master` branch. \ No newline at end of file