docs: upgrade 5.0.0-rc2

This commit is contained in:
710leo 2021-07-17 17:03:47 +08:00
parent d6c6eaa064
commit df1e1cd334
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash
# release version
version=5.0.0-rc1
version=5.0.0-rc2
export GO111MODULE=on
go build -ldflags "-X main.version=${version}" -o n9e-server main.go