🔖 bump version to v1.0.7

This commit is contained in:
DrMaxNix 2023-08-22 14:18:43 +02:00
parent 0089f08d30
commit 1188c8db1e
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<?php
// VERSION //
self::$version = "1.0.6";
self::$version = "1.0.7";
// DEPENDENCIES //
@ -20,4 +20,6 @@
self::$route["selbstbestimmungsgesetz-jetzt.de"] = [
["path" => "", "target" => "page/start"]
];
self::$route["sbgg.localhost"] = self::$route["selbstbestimmungsgesetz-jetzt.de"];
?>