Skip to content

Commit

Permalink
chore: Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
sayghteight authored Sep 30, 2022
1 parent 5a0a44a commit a1adfc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/modules/update/models/Update_model.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function __construct()
*/
public function getCurrentVersion()
{
$version = '1.0.7.8';
$version = '1.0.8';
return $version;
}

Expand Down

0 comments on commit a1adfc9

Please sign in to comment.