From 4c554da8eba4e319b3b1c8c4a5c9b13b515ea27f Mon Sep 17 00:00:00 2001 From: Jeremy Bush Date: Thu, 23 Aug 2012 21:56:20 -0500 Subject: [PATCH] bump version to 3.2.1 --- classes/kohana/core.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/classes/kohana/core.php b/classes/kohana/core.php index 674c6b52..f98e5bd8 100644 --- a/classes/kohana/core.php +++ b/classes/kohana/core.php @@ -16,8 +16,8 @@ class Kohana_Core { // Release version and codename - const VERSION = '3.2.0'; - const CODENAME = 'Kolibri'; + const VERSION = '3.2.1'; + const CODENAME = 'Milvago'; // Common environment type constants for consistency and convenience const PRODUCTION = 10; -- 2.11.4.GIT