Skip to content

Commit 915e04f

Browse files
committed
v0.1.3
1 parent 5cd8f6c commit 915e04f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
flag "github.com/spf13/pflag"
1616
)
1717

18-
const Version string = "v0.1.2"
18+
const Version string = "v0.1.3"
1919

2020
type CLI struct {
2121
outStream, errStream io.Writer

main_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ func TestVersion(t *testing.T) {
111111
t.Errorf("Command failed: %s", err)
112112
}
113113

114-
if string(out) != "v0.1.2\n" {
114+
if string(out) != "v0.1.3\n" {
115115
t.Errorf("Failed: %s", string(out))
116116
}
117117
}

0 commit comments

Comments
 (0)