Skip to content

Commit

Permalink
Checking in changes prior to tagging of version v0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Songmu committed Jul 3, 2016
1 parent 31970fd commit 2427f1e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .goxc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"ArtifactsDest": "./dist",
"TasksExclude": [
"go-vet",
"go-test",
"go-fmt",
"copy-resources",
"deb"
],
"Arch": "amd64",
"Os": "linux darwin freebsd",
"ConfigVersion": "0.9"
}
2 changes: 1 addition & 1 deletion cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const (
exitCodeErr
)

const version = "0.0.0"
const version = "0.0.1"

type ghOpts struct {
Get getCommand `description:"get stuffs" command:"get" subcommands-optional:"true"`
Expand Down

0 comments on commit 2427f1e

Please sign in to comment.