Dump version to dev-2.0.1

This commit is contained in:
Wruczek 2019-01-09 12:14:57 +01:00
parent 895e36c8ec
commit b71ca1848c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<?php <?php
define("__TSWEBSITE_VERSION", "dev-2.0.0"); define("__TSWEBSITE_VERSION", "dev-2.0.1");
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");