From 9e6f0f5f2d40db2817aae2eda46f7850d53cfda0 Mon Sep 17 00:00:00 2001 From: Andrii Klymiuk Date: Mon, 20 Feb 2023 15:01:51 +0200 Subject: [PATCH] Bump version --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 596b53c..cb4c1bd 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -21,7 +21,7 @@ corgi init corgi run `, - Version: "1.1.58", + Version: "1.1.59", } // Execute adds all child commands to the root command and sets flags appropriately.