⬆️ Tag 0.30.1

This commit is contained in:
Ettore Di Giacinto
2022-03-21 15:36:54 +01:00
parent a169665e70
commit f19b893820

View File

@@ -30,12 +30,12 @@ var cfgFile string
var Verbose bool var Verbose bool
const ( const (
LuetCLIVersion = "0.30.0" LuetCLIVersion = "0.30.1"
LuetEnvPrefix = "LUET" LuetEnvPrefix = "LUET"
) )
var license = []string{ 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 program comes with ABSOLUTELY NO WARRANTY.",
"This is free software, and you are welcome to redistribute it under certain conditions.", "This is free software, and you are welcome to redistribute it under certain conditions.",
} }