From 7189f86b968cf116ddcbeca0185f7316d0f1a778 Mon Sep 17 00:00:00 2001 From: Barry O'Donovan Date: Sat, 25 Feb 2023 18:05:18 +0000 Subject: [PATCH] Forgot to bump version - now v3.4.1 --- library/ViMbAdmin/Version.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/library/ViMbAdmin/Version.php b/library/ViMbAdmin/Version.php index d611c73..0117cc4 100644 --- a/library/ViMbAdmin/Version.php +++ b/library/ViMbAdmin/Version.php @@ -46,7 +46,7 @@ final class ViMbAdmin_Version /** * Version identification - see compareVersion() */ - const VERSION = '3.3.0'; + const VERSION = '3.4.1'; /** * Version milestone @@ -54,17 +54,17 @@ final class ViMbAdmin_Version * The version milestone is used to publicly identify the running version * and should therefore not include the patch level. */ - const MILESTONE = '3.3'; + const MILESTONE = '3.4'; /** * Database schema version */ - const DBVERSION = 1; + const DBVERSION = 2; /** * Database schema version */ - const DBVERSION_NAME = 'Venus'; + const DBVERSION_NAME = 'Earth'; /** * The latest stable version Zend Framework available