From bec13b5c4fb01e774ab4afff188c357e65534d42 Mon Sep 17 00:00:00 2001 From: grandeljay Date: Tue, 14 Jun 2022 13:25:30 +0200 Subject: [PATCH] Update to v0.7.0 --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index b3419884..1f0d2ae8 100644 --- a/index.php +++ b/index.php @@ -8,7 +8,7 @@ namespace wishthis; -define('VERSION', '0.6.0'); +define('VERSION', '0.7.0'); define('ROOT', __DIR__); define('DEFAULT_LOCALE', 'en_GB');