From 8454ee0f22fead3d244557f9cd776c811ccd3200 Mon Sep 17 00:00:00 2001 From: Raj Nakarja Date: Fri, 7 Aug 2026 11:10:06 +0200 Subject: [PATCH] Version 0.0.1-rc1 --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index af76a74..6868a1a 100644 --- a/main.go +++ b/main.go @@ -7,7 +7,7 @@ import ( "strings" ) -const version = "0.0.0" +const version = "0.0.1-rc1" type command struct { name string