Skip to content

Commit 52467c3

Browse files
committedSep 5, 2017
bump version to 1.2.0
it supports the latest Go compiler and stdlib, it contains the change of behavior of net/url.Parse().
1 parent 754a5e5 commit 52467c3

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed
 

‎.travis.yml

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
language: go
2+
go: 1.x
23
os:
34
- linux
45
- osx

‎cli.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func (p *Parsed) ShowUsage(out io.Writer) {
5656
}
5757

5858
func (p *Parsed) ShowVersion(out io.Writer) {
59-
fmt.Fprintln(out, "1.1.0")
59+
fmt.Fprintln(out, "1.2.0")
6060
}
6161

6262
func ParseCmdArgs(err_out io.Writer) (*Parsed, error) {

0 commit comments

Comments
 (0)