From 442855f4581f2445f443bfadb65d3fb21a3f27f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jordi=20Salvad=C3=B3?= <85994394+jorsalvado@users.noreply.github.com> Date: Wed, 9 Apr 2025 12:27:05 +0200 Subject: [PATCH] Update member version of class.csstidy.php I'm using version variable to know the current version. I propose to match to current version of project. --- class.csstidy.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/class.csstidy.php b/class.csstidy.php index 29a8d33..e4e7178 100644 --- a/class.csstidy.php +++ b/class.csstidy.php @@ -123,7 +123,7 @@ class csstidy { * @var string * @access private */ - public $version = '2.0.3'; + public $version = '2.2.1'; /** * Stores the settings * @var array @@ -1375,4 +1375,4 @@ public function parse_string_list($value) { return $strings; } -} \ No newline at end of file +}