We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a54a2de + c2a929b commit 8f4f83eCopy full SHA for 8f4f83e
release.sh
@@ -0,0 +1,7 @@
1
+#!/bin/bash
2
+go get github.com/jteeuwen/go-bindata/...
3
+go-bindata -pkg=server -o st/server/static_bindata.go gui/...
4
+cd st/library && go get .
5
+cd ../server && go get .
6
+cd ..
7
+gox -output="../build/{{.Dir}}_{{.OS}}_{{.Arch}}" -os="linux darwin windows"
st/util/version.go
@@ -1,5 +1,5 @@
package util
const (
- VERSION = "0.2.1"
+ VERSION = "0.2.2"
)
0 commit comments