Change version

This commit is contained in:
danpros 2024-01-26 14:19:22 +07:00
commit e5e87717f4
3 changed files with 3 additions and 3 deletions

View file

@ -1,3 +1,3 @@
{
"tag_name": "v2.9.0"
"tag_name": "v2.9.1"
}

View file

@ -136,7 +136,7 @@ cache.timestamp = "false"
multi.site = "false"
; Set the theme here
views.root = "themes/twentyfifteen"
views.root = "themes/doks"
; Framework config. No need to edit.
views.layout = "layout"

View file

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