Skip to content

Commit

Permalink
up: version to 3.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Player626 committed Feb 23, 2021
1 parent 7e905ed commit 0ba2c8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/SysConst.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

class SysConst
{
const EASYSWOOLE_VERSION = '3.4.3-dev';
const EASYSWOOLE_VERSION = '3.4.3';

const LOGGER_HANDLER = 'LOGGER_HANDLER';
const ERROR_HANDLER = 'ERROR_HANDLER';
Expand All @@ -27,4 +27,4 @@ class SysConst
const HTTP_CONTROLLER_POOL_WAIT_TIME = 'HTTP_CONTROLLER_POOL_WAIT_TIME';
const HTTP_GLOBAL_ON_REQUEST = 'HTTP_GLOBAL_ON_REQUEST';
const HTTP_GLOBAL_AFTER_REQUEST = 'HTTP_GLOBAL_AFTER_REQUEST';
}
}

0 comments on commit 0ba2c8b

Please sign in to comment.