From f0200018c7474d5c169ccae9a9f42c46cfd4cdd3 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Tue, 4 Jan 2022 22:46:28 +0100 Subject: [PATCH] :new: Tag 0.22.5 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 31178a2a..42ea50fe 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -30,7 +30,7 @@ var cfgFile string var Verbose bool const ( - LuetCLIVersion = "0.22.4" + LuetCLIVersion = "0.22.5" LuetEnvPrefix = "LUET" )