From 067bfed6107070731b10b917971c89732a024d73 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 30 Jun 2011 19:27:49 -0500 Subject: [PATCH] incremented version to 1.1.1 --- public/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/index.php b/public/index.php index 7ecf345f..673b7b0c 100644 --- a/public/index.php +++ b/public/index.php @@ -3,7 +3,7 @@ * Laravel - A clean and classy framework for PHP web development. * * @package Laravel - * @version 1.1.0 + * @version 1.1.1 * @author Taylor Otwell * @license MIT License * @link http://laravel.com @@ -134,4 +134,4 @@ // -------------------------------------------------------------- // Send the response to the browser. // -------------------------------------------------------------- -$response->send(); \ No newline at end of file +$response->send();