docs: upgrade 5.0.0-rc5

This commit is contained in:
710leo 2021-08-12 17:53:19 +08:00
parent 509e1ef00a
commit 4ca83fcc1a
1 changed files with 1 additions and 1 deletions

View File

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