Bump version to dev-2.0.5

This commit is contained in:
Wruczek 2019-10-20 21:29:19 +02:00
parent 01bcd41297
commit 00a27f2e8e
1 changed files with 1 additions and 1 deletions

View File

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