Skip to content

Commit 8f4f83e

Browse files
committed
Merge pull request #319 from mikedewar/master
v0.2.2
2 parents a54a2de + c2a929b commit 8f4f83e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

release.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
package util
22

33
const (
4-
VERSION = "0.2.1"
4+
VERSION = "0.2.2"
55
)

0 commit comments

Comments
 (0)