We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95b3c62 commit 2e3dad2Copy full SHA for 2e3dad2
1 file changed
cmd.go
@@ -15,7 +15,7 @@ type Cmd interface {
15
}
16
17
// Version is version string of notes command
18
-var Version = "1.1.1"
+var Version = "1.1.2"
19
20
// ParseCmd parses given arguments as command line options and returns corresponding subcommand instance.
21
// When no subcommand matches or argus contains invalid argument, it returns an error
0 commit comments