Skip to content

Commit

Permalink
Update to latest gjson for string compatibility (#22)
Browse files Browse the repository at this point in the history
* Update to latest  gjson for string compatibility

* Bump version
  • Loading branch information
rdsubhas authored Dec 2, 2016
1 parent dcd4e5b commit f9514ff
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Godeps/Godeps.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions bin/cross-compile.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
set -ex

# Run tests
ginkgo -r -v --trace --keepGoing
Expand Down
2 changes: 1 addition & 1 deletion core/bindata.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import (
func main() {
app := cli.NewApp()
app.Name = "myke"
app.Version = "0.2.0"
app.Version = "0.3.0"
app.Usage = "make with yml"
app.Action = cmd.RunOrList
app.Commands = []cli.Command{
Expand Down

0 comments on commit f9514ff

Please sign in to comment.