From a5efee1ae3302ed038eb4b23a896c676115c4d34 Mon Sep 17 00:00:00 2001 From: Neeraj Gupta <254676+ua741@users.noreply.github.com> Date: Thu, 13 Feb 2025 11:16:15 +0530 Subject: [PATCH] [cli] Update version v0.2.3 --- cli/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cli/main.go b/cli/main.go index 44ea65aef8..15dc6ac5a3 100644 --- a/cli/main.go +++ b/cli/main.go @@ -15,7 +15,7 @@ import ( "strings" ) -var AppVersion = "0.2.2" +var AppVersion = "0.2.3" func main() { cliConfigDir, err := GetCLIConfigDir()