From f638372d3ddf3d2a12e54770fcaedef292be13e3 Mon Sep 17 00:00:00 2001 From: kmvan Date: Tue, 18 Sep 2018 22:51:50 +0800 Subject: [PATCH] update version 1.7.1 --- src/Config/Api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Config/Api.php b/src/Config/Api.php index 023e37b6..0e0cdfbe 100644 --- a/src/Config/Api.php +++ b/src/Config/Api.php @@ -4,7 +4,7 @@ class Api { - public static $APP_VERSION = '1.7.0'; + public static $APP_VERSION = '1.7.1'; public static $APP_NAME = 'X Prober'; public static $APP_URL = 'https://github.com/kmvan/x-prober'; public static $AUTHOR_URL = 'https://inn-studio.com/prober';