Skip to content

Commit

Permalink
Bump app version in config.
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-unwin committed Nov 23, 2023
1 parent 723d6d5 commit 4ac5a6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Config/OpenAudit.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ class OpenAudit extends BaseConfig
{
public function __construct()
{
$this->appVersion = 20230615;
$this->displayVersion = '5.0.0';
$this->appVersion = 20231130;
$this->displayVersion = '5.0.1';
$this->microtime = microtime(true);

$commercial_dir = array(APPPATH . '/../../omk',
Expand Down

0 comments on commit 4ac5a6c

Please sign in to comment.