diff options
Diffstat (limited to 'kohana/core/Bootstrap.php')
-rw-r--r-- | kohana/core/Bootstrap.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kohana/core/Bootstrap.php b/kohana/core/Bootstrap.php index 57db1648..0190eb9d 100644 --- a/kohana/core/Bootstrap.php +++ b/kohana/core/Bootstrap.php @@ -10,7 +10,7 @@ * @license http://kohanaphp.com/license.html */ -define('KOHANA_VERSION', '2.3'); +define('KOHANA_VERSION', '2.3.2'); define('KOHANA_CODENAME', 'accipiter'); // Test of Kohana is running in Windows |