Skip to content

Commit

Permalink
Prepare release v0.33.0
Browse files Browse the repository at this point in the history
  • Loading branch information
geaaru committed Mar 2, 2024
1 parent eff5993 commit ba0159f
Showing 1 changed file with 3 additions and 18 deletions.
21 changes: 3 additions & 18 deletions cmd/root.go
Original file line number Diff line number Diff line change
@@ -1,21 +1,6 @@
/*
Copyright (C) 2020-2024 Daniele Rondina <geaaru@gmail.com>
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 <http://www.gnu.org/licenses/>.
Copyright © 2020-2024 Daniele Rondina <geaaru@gmail.com>
See AUTHORS and LICENSE for the license details and contributors.
*/
package cmd

Expand All @@ -35,7 +20,7 @@ const (
Mottainai - LXD Compose Integrator`

LXD_COMPOSE_VERSION = `0.32.0`
LXD_COMPOSE_VERSION = `0.33.0`
)

var (
Expand Down

0 comments on commit ba0159f

Please sign in to comment.