diff --git a/docs/source/_static/versions.json b/docs/source/_static/versions.json index 793e9a0841..9ce561a80b 100644 --- a/docs/source/_static/versions.json +++ b/docs/source/_static/versions.json @@ -1,4 +1,5 @@ [ + "5.7", "5.6", "5.5", "5.4", diff --git a/version/rawversion/version.go b/version/rawversion/version.go index f4360c663e..e626a97d78 100644 --- a/version/rawversion/version.go +++ b/version/rawversion/version.go @@ -4,4 +4,4 @@ package rawversion // // This indirection is needed to prevent semver packages from bloating // Quadlet's binary size. -const RawVersion = "5.7.0-dev" +const RawVersion = "5.7.0"