From 80bc5429bc4a08d699fc34ed28920b1f98ebf6eb Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 28 Dec 2021 22:08:04 +0100 Subject: [PATCH] :new: Tag 0.22.4 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 141ed123..31178a2a 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -30,7 +30,7 @@ var cfgFile string var Verbose bool const ( - LuetCLIVersion = "0.22.3" + LuetCLIVersion = "0.22.4" LuetEnvPrefix = "LUET" )