Skip to content

Commit

Permalink
distribute multi platform
Browse files Browse the repository at this point in the history
  • Loading branch information
showwin committed Oct 29, 2015
1 parent 9297624 commit d4863a9
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ _testmain.go
*.exe
*.test
*.prof
.goxc.local.json
14 changes: 14 additions & 0 deletions .goxc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"Tasks": [
"default",
"publish-github"
],
"PackageVersion": "0.2.1",
"TaskSettings": {
"publish-github": {
"owner": "showwin",
"repository": "speedtest-go"
}
},
"ConfigVersion": "0.9"
}
2 changes: 1 addition & 1 deletion speedtest.go
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ var (
)

func main() {
kingpin.Version("0.1.0")
kingpin.Version("0.2.1")
kingpin.Parse()

SetTimeout()
Expand Down

0 comments on commit d4863a9

Please sign in to comment.