From d527aca7d158fc088cac4e0c8cecb2cd4c16ea4b Mon Sep 17 00:00:00 2001 From: Evaldo Bento Date: Thu, 2 Jul 2020 08:39:50 +0200 Subject: [PATCH] fixed version number. --- PHPCtags.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHPCtags.class.php b/PHPCtags.class.php index fb59f73..83b7310 100644 --- a/PHPCtags.class.php +++ b/PHPCtags.class.php @@ -5,7 +5,7 @@ class PHPCtags { - const VERSION = '0.6.1'; + const VERSION = '0.8.1'; private $mFile;