We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abaaafb commit 5201fddCopy full SHA for 5201fdd
1 file changed
cmd.go
@@ -20,7 +20,7 @@ type Cmd interface {
20
}
21
22
// Version is version string of notes command. It conforms semantic versioning
23
-var Version = "1.5.0"
+var Version = "1.5.1"
24
var description = `Simple note taking tool for command line with your favorite editor.
25
26
You can manage (create/open/list) notes via this tool on terminal. notes also
0 commit comments