Skip to content

Commit 2e3dad2

Browse files
committed
v1.1.2
1 parent 95b3c62 commit 2e3dad2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type Cmd interface {
1515
}
1616

1717
// Version is version string of notes command
18-
var Version = "1.1.1"
18+
var Version = "1.1.2"
1919

2020
// ParseCmd parses given arguments as command line options and returns corresponding subcommand instance.
2121
// When no subcommand matches or argus contains invalid argument, it returns an error

0 commit comments

Comments
 (0)