Skip to content

Commit

Permalink
Uprev THT version to 0.8.1 - Beta
Browse files Browse the repository at this point in the history
  • Loading branch information
joelesko committed Oct 18, 2024
1 parent 50df937 commit 496a3be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tht/lib/core/main/Tht/ThtConfig.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

trait ThtConfig {

static private $VERSION = '0.8.0 - Beta';
static private $VERSION_DIGITS = '00800';
static private $VERSION = '0.8.1 - Beta';
static private $VERSION_DIGITS = '00801';
static private $VERSION_DIGITS_PHP = ''; // filled in later

static private $REQUIRE_PHP_VERSION_DIGITS = '00803';
Expand Down

0 comments on commit 496a3be

Please sign in to comment.