From ef443a743914fc493ac651865657c3873ef63790 Mon Sep 17 00:00:00 2001 From: Daniel Fahlke Date: Sun, 10 May 2020 11:52:38 +0200 Subject: [PATCH] bump version to 19.4.3 --- app/Mage.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Mage.php b/app/Mage.php index bc5247a533f..36f2fe057ba 100644 --- a/app/Mage.php +++ b/app/Mage.php @@ -215,7 +215,7 @@ public static function getOpenMageVersionInfo() return array( 'major' => '19', 'minor' => '4', - 'patch' => '2', + 'patch' => '3', 'stability' => '', // beta,alpha,rc 'number' => '', // 1,2,3,0.3.7,x.7.z.92 @see https://semver.org/#spec-item-9 );