From b284f0c482e858f0162cab529925e7de14d90746 Mon Sep 17 00:00:00 2001 From: ikkez Date: Tue, 2 Jun 2015 23:11:45 +0200 Subject: [PATCH] v3.5.0 --- base.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.php b/base.php index f816b3b1..0855f9d1 100644 --- a/base.php +++ b/base.php @@ -45,7 +45,7 @@ final class Base extends Prefab implements ArrayAccess { //@{ Framework details const PACKAGE='Fat-Free Framework', - VERSION='3.4.1-Dev'; + VERSION='3.5.0-Release'; //@} //@{ HTTP status codes (RFC 2616)