Change version

This commit is contained in:
Dan 2025-04-22 10:25:04 +07:00
commit d3ad94a5ee
3 changed files with 4 additions and 4 deletions

View file

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