From f19b8938208e5a0b2bebdf1919d3dd4ea5c244c1 Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Mon, 21 Mar 2022 15:36:54 +0100 Subject: [PATCH] :arrow_up: Tag 0.30.1 --- cmd/root.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index 38a34726..683d272a 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -30,12 +30,12 @@ var cfgFile string var Verbose bool const ( - LuetCLIVersion = "0.30.0" + LuetCLIVersion = "0.30.1" LuetEnvPrefix = "LUET" ) var license = []string{ - "Luet Copyright (C) 2019-2021 Ettore Di Giacinto", + "Luet Copyright (C) 2019-2022 Ettore Di Giacinto", "This program comes with ABSOLUTELY NO WARRANTY.", "This is free software, and you are welcome to redistribute it under certain conditions.", }