From 0f30b145338a45d76bfe56d737638598839d2de0 Mon Sep 17 00:00:00 2001 From: Bochkarev Ivan Date: Sun, 15 May 2022 09:31:51 +0600 Subject: [PATCH] Update version --- _build/build.config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_build/build.config.php b/_build/build.config.php index 5731876..d435723 100644 --- a/_build/build.config.php +++ b/_build/build.config.php @@ -2,7 +2,7 @@ define('PKG_NAME', 'Ace'); define('PKG_NAMESPACE', 'ace'); -define('PKG_VERSION', '1.9.2'); +define('PKG_VERSION', '1.9.3'); define('PKG_RELEASE', 'pl'); define('PKG_AUTO_INSTALL', true);