We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50df937 commit 496a3beCopy full SHA for 496a3be
tht/lib/core/main/Tht/ThtConfig.php
@@ -4,8 +4,8 @@
4
5
trait ThtConfig {
6
7
- static private $VERSION = '0.8.0 - Beta';
8
- static private $VERSION_DIGITS = '00800';
+ static private $VERSION = '0.8.1 - Beta';
+ static private $VERSION_DIGITS = '00801';
9
static private $VERSION_DIGITS_PHP = ''; // filled in later
10
11
static private $REQUIRE_PHP_VERSION_DIGITS = '00803';
0 commit comments