From 5099f8d4acb346f0bc7543219987c4a0e118de9a Mon Sep 17 00:00:00 2001 From: Nyuton Date: Fri, 14 Aug 2020 18:38:21 +0200 Subject: [PATCH] Update version to 3.1.2 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index b6b9502..3a580fc 100644 --- a/index.php +++ b/index.php @@ -18,7 +18,7 @@ * along with this program. If not, see . */ - const VERSION = '3.1.1'; + const VERSION = '3.1.2'; const BASE_URL = '/'; require_once('config-dedicated.php');