From 42ddcab45454e0cf3f1522340fc22f3875c4c74f Mon Sep 17 00:00:00 2001 From: Laurent Laville Date: Tue, 12 Jul 2022 07:42:45 +0000 Subject: [PATCH] bump new version 5.3 for branch 8.1 --- src/Console/Application.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Console/Application.php b/src/Console/Application.php index 8ce64950..dd133e91 100644 --- a/src/Console/Application.php +++ b/src/Console/Application.php @@ -10,7 +10,7 @@ class Application extends BaseApplication { public const NAME = 'phplint'; - public const VERSION = '5.2'; + public const VERSION = '5.3'; public function __construct() {