From 51166eeae35515820e78dfe784f5152eeae5bb73 Mon Sep 17 00:00:00 2001 From: Raj Nakarja Date: Thu, 13 Aug 2026 12:19:16 +0200 Subject: [PATCH] Version 0.0.3 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 2acd1b3..f34d43a 100644 --- a/main.go +++ b/main.go @@ -9,7 +9,7 @@ import ( "github.com/siliconwitchery/superstack-cli/internal/commands" ) -const version = "0.0.2" +const version = "0.0.3" type command struct { name string