Update version

This commit is contained in:
danpros 2024-03-03 21:02:19 +07:00
commit f061dfada1
2 changed files with 2 additions and 2 deletions

View file

@ -1,3 +1,3 @@
{ {
"tag_name": "v2.9.3" "tag_name": "v2.9.4"
} }

View file

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