From 8e86254bdc299823ddcb87bd9be44a17e14b5ce4 Mon Sep 17 00:00:00 2001 From: Desmond Chin Date: Mon, 10 Feb 2020 21:11:30 +0800 Subject: [PATCH] update version number --- src/VERSION.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VERSION.php b/src/VERSION.php index 85ff3e8..19419f7 100644 --- a/src/VERSION.php +++ b/src/VERSION.php @@ -2,7 +2,7 @@ namespace MightyCore; class VERSION{ public static function getVersion(){ - return "v0.0.3"; + return "v0.0.4"; } } ?> \ No newline at end of file