Bump version to dev-2.1.0

This commit is contained in:
Wruczek 2023-03-31 03:13:12 +02:00
parent c7d72ee455
commit c21665895e
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?php <?php
define("__TSWEBSITE_VERSION", "dev-2.0.6"); define("__TSWEBSITE_VERSION", "dev-2.1.0");
define("__TSWEBSITE_COMMIT", "no-commit"); define("__TSWEBSITE_COMMIT", "no-commit");
define("__BASE_DIR", __DIR__ . "/../.."); define("__BASE_DIR", __DIR__ . "/../..");
define("__PRIVATE_DIR", __BASE_DIR . "/private"); define("__PRIVATE_DIR", __BASE_DIR . "/private");