From 5f0953a55402b6dce32c45226dd379ad69f0cb66 Mon Sep 17 00:00:00 2001 From: umang01-hash Date: Mon, 27 Jan 2025 10:14:18 +0530 Subject: [PATCH] update version to v0.4.0 --- version.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.go b/version.go index c67878c..3bb79bf 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,4 @@ package main // CLIVersion is a constant that defines the current version of the CLI application. -const CLIVersion = "v0.3.0" +const CLIVersion = "v0.4.0"