Skip to content

Commit

Permalink
increment version number
Browse files Browse the repository at this point in the history
  • Loading branch information
dzelinka committed Feb 13, 2020
1 parent 31bbdae commit 205926d
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.007',
'version_id' => 2020007,
'revision' => '2020-02-07.01'
'version' => '2020.008',
'version_id' => 2020008,
'revision' => '2020-02-13.01'
];

public static function getMickaVersion()
Expand Down

0 comments on commit 205926d

Please sign in to comment.