[cli] Bump version cli-v0.1.17

This commit is contained in:
Neeraj Gupta
2024-06-23 10:38:00 +05:30
parent fccf7e3149
commit 169e70cc0f

View File

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