From df9395c60bea9f7e23f9eaf9ab8cbd72f49aa99c Mon Sep 17 00:00:00 2001 From: Andrii Klymiuk Date: Sun, 19 Feb 2023 11:20:52 +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 3aaf2df..4afd22b 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -21,7 +21,7 @@ corgi init corgi run `, - Version: "1.1.56", + Version: "1.1.57", } // Execute adds all child commands to the root command and sets flags appropriately.