From 0f670a36f51376ea55e76e63c6dc125a2e319e36 Mon Sep 17 00:00:00 2001 From: Samuel Demirdjian Date: Sat, 27 Jun 2015 09:36:04 +0300 Subject: [PATCH] Change release version and codename --- 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 5f8f824a7..89a4618f7 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.3.3'; - const CODENAME = 'uluru'; + const VERSION = '3.3.4'; + const CODENAME = 'pharrell'; // Common environment type constants for consistency and convenience const PRODUCTION = 10;