From 6483123bf4ae5cd3f837950e4cb6f330d78c5d8e Mon Sep 17 00:00:00 2001 From: Evaldo Bento Date: Sat, 2 Jan 2021 10:14:07 +0100 Subject: [PATCH] Updated new version number. --- PHPCtags.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PHPCtags.class.php b/PHPCtags.class.php index 83b7310..77d562b 100644 --- a/PHPCtags.class.php +++ b/PHPCtags.class.php @@ -5,7 +5,7 @@ class PHPCtags { - const VERSION = '0.8.1'; + const VERSION = '0.9.0'; private $mFile;