From ba0159fe9c74af19e46dc897acee3f3e6b95cd1e Mon Sep 17 00:00:00 2001 From: Daniele Rondina Date: Sat, 2 Mar 2024 19:21:38 +0100 Subject: [PATCH] Prepare release v0.33.0 --- cmd/root.go | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/cmd/root.go b/cmd/root.go index ff54ed87..2a3ee36d 100644 --- a/cmd/root.go +++ b/cmd/root.go @@ -1,21 +1,6 @@ /* -Copyright (C) 2020-2024 Daniele Rondina -Credits goes also to Gogs authors, some code portions and re-implemented design -are also coming from the Gogs project, which is using the go-macaron framework -and was really source of ispiration. Kudos to them! - -This program is free software: you can redistribute it and/or modify -it under the terms of the GNU General Public License as published by -the Free Software Foundation, either version 3 of the License, or -(at your option) any later version. - -This program is distributed in the hope that it will be useful, -but WITHOUT ANY WARRANTY; without even the implied warranty of -MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -GNU General Public License for more details. - -You should have received a copy of the GNU General Public License -along with this program. If not, see . +Copyright © 2020-2024 Daniele Rondina +See AUTHORS and LICENSE for the license details and contributors. */ package cmd @@ -35,7 +20,7 @@ const ( Mottainai - LXD Compose Integrator` - LXD_COMPOSE_VERSION = `0.32.0` + LXD_COMPOSE_VERSION = `0.33.0` ) var (