From 0b511b13e13f04064f28cfcef8a2f9cc8d12c268 Mon Sep 17 00:00:00 2001 From: Samuel Demirdjian Date: Thu, 10 Mar 2016 16:51:40 +0200 Subject: [PATCH] Change release version to 3.3.5 --- classes/Kohana/Core.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/classes/Kohana/Core.php b/classes/Kohana/Core.php index 89a4618f..860090da 100644 --- a/classes/Kohana/Core.php +++ b/classes/Kohana/Core.php @@ -16,7 +16,7 @@ class Kohana_Core { // Release version and codename - const VERSION = '3.3.4'; + const VERSION = '3.3.5'; const CODENAME = 'pharrell'; // Common environment type constants for consistency and convenience -- 2.11.4.GIT