From 73609f3d9ceca04c2e6e14a8152666f9833f14b0 Mon Sep 17 00:00:00 2001 From: RemRem Date: Wed, 19 Apr 2017 10:00:11 +0200 Subject: [PATCH] SEMVER --- inc/boot.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/boot.php b/inc/boot.php index 549cbd8..c571216 100644 --- a/inc/boot.php +++ b/inc/boot.php @@ -225,7 +225,7 @@ function secure_host_to_path($http_host) // Constants: general define('BLOGOTEXT_NAME', 'BlogoText'); define('BLOGOTEXT_SITE', 'https://github.com/BlogoText/blogotext'); -define('BLOGOTEXT_VERSION', '3.7.0'); +define('BLOGOTEXT_VERSION', '3.7.1'); define('MINIMAL_PHP_REQUIRED_VERSION', '5.5'); define('BLOGOTEXT_UA', 'Mozilla/5.0 (Windows NT 10; WOW64; rv:47.0) Gecko/20100101 Firefox/47.0');