diff --git a/shared/version/flex.go b/shared/version/flex.go index 2fe7077c9724..e6f57a604175 100644 --- a/shared/version/flex.go +++ b/shared/version/flex.go @@ -1,7 +1,7 @@ package version // Version contains the LXD version number. -var Version = "5.21.1" +var Version = "5.21.2" // IsLTSVersion indicates this is an LTS version of LXD. var IsLTSVersion = true