We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 754a5e5 commit 52467c3Copy full SHA for 52467c3
.travis.yml
@@ -1,4 +1,5 @@
1
language: go
2
+go: 1.x
3
os:
4
- linux
5
- osx
cli.go
@@ -56,7 +56,7 @@ func (p *Parsed) ShowUsage(out io.Writer) {
56
}
57
58
func (p *Parsed) ShowVersion(out io.Writer) {
59
- fmt.Fprintln(out, "1.1.0")
+ fmt.Fprintln(out, "1.2.0")
60
61
62
func ParseCmdArgs(err_out io.Writer) (*Parsed, error) {
0 commit comments