Skip to content

Commit

Permalink
Forgot to bump version - now v3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
barryo committed Feb 25, 2023
1 parent dc0576e commit 7189f86
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions library/ViMbAdmin/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,25 +46,25 @@ final class ViMbAdmin_Version
/**
* Version identification - see compareVersion()
*/
const VERSION = '3.3.0';
const VERSION = '3.4.1';

/**
* Version milestone
*
* 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
Expand Down

0 comments on commit 7189f86

Please sign in to comment.