Skip to content

Commit 5a492a3

Browse files
committed
Release LXD 6.1
Signed-off-by: Thomas Parrott <thomas.parrott@canonical.com>
1 parent be5dca6 commit 5a492a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

shared/version/flex.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package version
22

33
// Version contains the LXD version number.
4-
var Version = "5.21.1"
4+
var Version = "6.1"
55

66
// IsLTSVersion indicates this is an LTS version of LXD.
7-
var IsLTSVersion = true
7+
var IsLTSVersion = false

0 commit comments

Comments
 (0)