Skip to content

Commit

Permalink
chore: bump app version to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
guenbakku committed Nov 2, 2024
1 parent f2c5fd5 commit 214f184
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/libraries/Settings.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class Settings
public function __construct()
{
$this->storage = [
'version' => '3.1.0',
'version' => '3.2.0',
'currency' => $_ENV['CURRENCY'] ?? 'VND',
'err_bad_request' => 'Yêu cầu không hợp lệ',
'err_not_found' => 'Không tìm thấy dữ liệu',
Expand Down

0 comments on commit 214f184

Please # to comment.