docs: upgrade 5.0.0-rc4

This commit is contained in:
710leo 2021-08-04 17:56:26 +08:00
parent e27ec8136e
commit 4d3ca94e4c
1 changed files with 1 additions and 1 deletions

View File

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