Skip to content

Commit

Permalink
Merge pull request #163 from maxincai/master
Browse files Browse the repository at this point in the history
[Bug修复](master): 发布 V1.1.1 版本
  • Loading branch information
maxincai authored Sep 16, 2021
2 parents 3169cbc + 33dcbc7 commit 1d8e31c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api-server/app/core/install/src/Command/VersionCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class VersionCommand extends HyperfCommand
*
* @var string
*/
private const VERSION = '1.1.0';
private const VERSION = '1.1.1';

public function __construct()
{
Expand Down

0 comments on commit 1d8e31c

Please sign in to comment.