Skip to content

Commit 496a3be

Browse files
committed
Uprev THT version to 0.8.1 - Beta
1 parent 50df937 commit 496a3be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tht/lib/core/main/Tht/ThtConfig.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44

55
trait ThtConfig {
66

7-
static private $VERSION = '0.8.0 - Beta';
8-
static private $VERSION_DIGITS = '00800';
7+
static private $VERSION = '0.8.1 - Beta';
8+
static private $VERSION_DIGITS = '00801';
99
static private $VERSION_DIGITS_PHP = ''; // filled in later
1010

1111
static private $REQUIRE_PHP_VERSION_DIGITS = '00803';

0 commit comments

Comments
 (0)