bump cli version

This commit is contained in:
Neeraj Gupta 2024-08-14 17:12:49 +05:30
parent 5bd7170755
commit ae98af9f8c

View File

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