Update version

This commit is contained in:
danpros 2024-04-29 07:29:25 +07:00
commit 75e59210e9
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
{
"tag_name": "v2.9.6"
"tag_name": "v2.9.7"
}

View file

@ -1,6 +1,6 @@
<?php
define('HTMLY', true);
define('HTMLY_VERSION', 'v2.9.6');
define('HTMLY_VERSION', 'v2.9.7');
$config_file = 'config/config.ini';
require 'system/vendor/autoload.php';
require 'system/htmly.php';