upgrade 4.0.3

This commit is contained in:
710leo 2021-06-27 18:13:26 +08:00
parent 18b9fb3ee2
commit 2ef9a77325
2 changed files with 9 additions and 2 deletions

View File

@ -160,4 +160,11 @@
重新安装:见 https://n9e.didiyun.com/docs/install/binary/
升级方法:
- 替换n9e-server n9e-prober
- 替换n9e-server n9e-prober
4.0.3
升级内容:
- 修复nodata恢复告警重复问题
升级方法:
- 替换n9e-server

View File

@ -1,7 +1,7 @@
#!/bin/bash
# release version
version=4.0.2
version=4.0.3
CWD=$(cd $(dirname $0)/; pwd)
cd $CWD