Skip to content

Commit

Permalink
version: Set the .0 patch number for the 2.1.0 LTS
Browse files Browse the repository at this point in the history
Use the same LTS versioning scheme as LXD and include the .0 patch number for LTS versions.

Signed-off-by: Julian Pelizäus <julian.pelizaeus@canonical.com>
  • Loading branch information
roosterfish committed Oct 25, 2024
1 parent 1b18169 commit 7c2ea3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ import (
)

// RawVersion is the current daemon version of MicroCloud.
const RawVersion = "2.1"
// LTS versions also include the patch number.
const RawVersion = "2.1.0"

// LTS should be set if the current version is an LTS (long-term support) version.
const LTS = true
Expand Down

0 comments on commit 7c2ea3b

Please sign in to comment.