mirror of
https://github.com/ehang-io/nps.git
synced 2025-07-03 04:53:50 +00:00
change version
This commit is contained in:
parent
bc23c53981
commit
036a17a3d9
2
build.sh
2
build.sh
@ -154,7 +154,7 @@ CGO_ENABLED=0 GOOS=windows GOARCH=386 go build -ldflags "-s -w -extldflags -stat
|
||||
|
||||
tar -czvf win_386_server.tar.gz conf/nps.conf conf/tasks.json conf/clients.json conf/hosts.json conf/server.key conf/server.pem web/views web/static nps.exe
|
||||
|
||||
export VERSION=0.24.3
|
||||
export VERSION=0.25.0
|
||||
curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
|
||||
sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu $(lsb_release -cs) stable"
|
||||
sudo apt-get update
|
||||
|
@ -1,8 +1,8 @@
|
||||
package version
|
||||
|
||||
const VERSION = "0.24.3"
|
||||
const VERSION = "0.25.0"
|
||||
|
||||
// Compulsory minimum version, Minimum downward compatibility to this version
|
||||
func GetVersion() string {
|
||||
return "0.24.3"
|
||||
return "0.25.0"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user