From 795e0d962a6a6dcdd20b20cdaf571d65b8be1663 Mon Sep 17 00:00:00 2001 From: Jay Trees Date: Fri, 21 Jan 2022 15:55:23 +0100 Subject: [PATCH] Add version constant Used during installation --- index.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.php b/index.php index 5fb9be7b..f5e9d5eb 100644 --- a/index.php +++ b/index.php @@ -6,6 +6,8 @@ * @author Jay Trees */ +define('VERSION', '0.3.0'); + /** * Include */