From 5956f2322a89b764ab129e8fba3d93689b2a70dc Mon Sep 17 00:00:00 2001 From: Andrii Klymiuk Date: Mon, 17 Oct 2022 20:08:17 +0300 Subject: [PATCH] Increase version --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 48c3f1b..75acbb1 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -24,7 +24,7 @@ corgi init corgi run `, - Version: "1.1.24", + Version: "1.1.25", } // Execute adds all child commands to the root command and sets flags appropriately.