From bb88fe7e9cbdce2a59edc8068c27bb4603ded5f0 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Wed, 10 Nov 2021 16:29:48 +0100 Subject: [PATCH] :new: Tag 0.20.9 --- cmd/root.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/root.go b/cmd/root.go index 7eaf57d0..8c3e0e90 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -30,7 +30,7 @@ var cfgFile string var Verbose bool const ( - LuetCLIVersion = "0.20.8" + LuetCLIVersion = "0.20.9" LuetEnvPrefix = "LUET" )