Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
MeztliRA committed May 23, 2021
1 parent 6d53b7b commit 91e0457
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion constants/constants.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package constants

const (
Version = "v1.5.0"
Version = "v1.6.0"
ActionMessage = "what do you want to do(view, add, delete, clear, version, help, quit) "
HelpMessageHeader = "\nAction:"
HelpMessage = "\n\tview: view your notes\n\tadd: add a note\n\tdelete: delete a note\n\tclear: delete all note\n\tversion: show version info\n\thelp: show help message\n\tquit: quit the app"
Expand Down

0 comments on commit 91e0457

Please sign in to comment.