Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
liuch committed Jul 5, 2022
1 parent 069646b commit a71e4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/Core.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
*/
class Core
{
public const APP_VERSION = '1.4';
public const APP_VERSION = '1.5';
private const SESSION_NAME = 'session';
private static $html_file_name = 'index.html';
private static $v_auth = null;
Expand Down

0 comments on commit a71e4a5

Please sign in to comment.