Bump version to dev-2.1.0 (last version with support for PHP 7)

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

View File

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