[cli] Bump version 0.1.16

This commit is contained in:
Neeraj Gupta
2024-06-18 14:37:38 +05:30
parent 58b9121e52
commit dd3d9c8d51

View File

@@ -15,7 +15,7 @@ import (
"strings"
)
var AppVersion = "0.1.15"
var AppVersion = "0.1.16"
func main() {
cliDBPath, err := GetCLIConfigPath()