docs: upgrade 5.0.0-rc5
This commit is contained in:
parent
509e1ef00a
commit
4ca83fcc1a
2
build.sh
2
build.sh
|
@ -1,7 +1,7 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# release version
|
# release version
|
||||||
version=5.0.0-rc4
|
version=5.0.0-rc5
|
||||||
|
|
||||||
export GO111MODULE=on
|
export GO111MODULE=on
|
||||||
go build -ldflags "-X main.version=${version}" -o n9e-server main.go
|
go build -ldflags "-X main.version=${version}" -o n9e-server main.go
|
||||||
|
|
Loading…
Reference in New Issue