update readme

This commit is contained in:
xiaomlove
2023-06-12 02:12:13 +08:00
parent bce1e1ea73
commit 138d6fa744
2 changed files with 1 additions and 3 deletions

View File

@@ -57,9 +57,7 @@ docker run --name my-nexusphp -e DOMAIN=xxx.com -p 80:80 xiaomlove/nexusphp:late
## 更多信息
博客:[https://nexusphp.org](http://nexusphp.org/)
文档:[https://doc.nexusphp.org](http://doc.nexusphp.org/)
QQ群: [764452568](https://jq.qq.com/?_wv=1027&k=IbltZcIx)
Telegram: [https://t.me/nexusphp](https://t.me/nexusphp)
B站: [xiaomlove](https://space.bilibili.com/1319303059)
## Project supported by JetBrains
Many thanks to Jetbrains for kindly providing a license for me to work on this and other open-source projects.

View File

@@ -1,6 +1,6 @@
<?php
defined('VERSION_NUMBER') || define('VERSION_NUMBER', '1.8.4');
defined('RELEASE_DATE') || define('RELEASE_DATE', '2023-06-11');
defined('RELEASE_DATE') || define('RELEASE_DATE', '2023-06-12');
defined('IN_TRACKER') || define('IN_TRACKER', false);
defined('PROJECTNAME') || define("PROJECTNAME","NexusPHP");
defined('NEXUSPHPURL') || define("NEXUSPHPURL","https://nexusphp.org");