We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5cd8f6c commit 915e04fCopy full SHA for 915e04f
main.go
@@ -15,7 +15,7 @@ import (
15
flag "github.com/spf13/pflag"
16
)
17
18
-const Version string = "v0.1.2"
+const Version string = "v0.1.3"
19
20
type CLI struct {
21
outStream, errStream io.Writer
main_test.go
@@ -111,7 +111,7 @@ func TestVersion(t *testing.T) {
111
t.Errorf("Command failed: %s", err)
112
}
113
114
- if string(out) != "v0.1.2\n" {
+ if string(out) != "v0.1.3\n" {
115
t.Errorf("Failed: %s", string(out))
116
117
0 commit comments