Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
danpros committed Mar 31, 2024
1 parent ad5634d commit 25d627a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cache/installedVersion.json
@@ -1,3 +1,3 @@
{
"tag_name": "v2.9.5"
"tag_name": "v2.9.6"
}
2 changes: 1 addition & 1 deletion index.php
@@ -1,6 +1,6 @@
<?php
define('HTMLY', true);
define('HTMLY_VERSION', 'v2.9.5');
define('HTMLY_VERSION', 'v2.9.6');
$config_file = 'config/config.ini';
require 'system/vendor/autoload.php';
require 'system/htmly.php';

0 comments on commit 25d627a

Please sign in to comment.