From d564d6437e7646ebf6aa4789ea76ab18af3fcfb0 Mon Sep 17 00:00:00 2001 From: Rodolfo Berrios <20590102+rodber@users.noreply.github.com> Date: Sun, 31 Oct 2021 18:33:00 -0300 Subject: [PATCH] tags version --- app.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.php b/app.php index aec8704..e424336 100644 --- a/app.php +++ b/app.php @@ -15,7 +15,7 @@ declare(strict_types=1); const APP_NAME = 'Chevereto Installer'; -const APP_VERSION = '3.0.0'; +const APP_VERSION = '3.1.0'; const APP_URL = 'https://github.com/chevereto/installer'; const PHP_VERSION_MIN = '7.4'; const PHP_VERSION_RECOMMENDED = '7.4';