Skip to content

Commit

Permalink
increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dzelinka committed Apr 15, 2020
1 parent 6dd96cc commit b4599ba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions php/app/model/Micka.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ class Micka
protected static $dbDriver;
protected static $mickaVersion = [
'name' => 'Micka',
'version' => '2020.013',
'version_id' => 2020013,
'revision' => '2020-03-31.01'
'version' => '2020.014',
'version_id' => 2020014,
'revision' => '2020-04-15.01'
];

public static function getMickaVersion()
Expand Down

0 comments on commit b4599ba

Please sign in to comment.