From 40846133641033e0558ade475141bca50bd325e5 Mon Sep 17 00:00:00 2001 From: Andrii Klymiuk Date: Fri, 7 Oct 2022 18:21:35 +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 2fab1a6..39dd222 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -23,7 +23,7 @@ corgi init corgi run `, - Version: "1.1.11", + Version: "1.1.12", } // Execute adds all child commands to the root command and sets flags appropriately.