Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
liuch committed Sep 17, 2022
1 parent f116d80 commit 2180f52
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.6';
public const APP_VERSION = '1.7';
private const SESSION_NAME = 'session';
private static $html_file_name = 'index.html';
private static $v_auth = null;
Expand Down

0 comments on commit 2180f52

Please sign in to comment.