diff --git a/VERSION b/VERSION index df808199cd..41336a1c0b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.11 +1.5.12 diff --git a/params/version.go b/params/version.go index 0939bfd6b2..394da2d9f1 100644 --- a/params/version.go +++ b/params/version.go @@ -21,7 +21,7 @@ import "fmt" const ( VersionMajor = 1 // Major version component of the current release VersionMinor = 5 // Minor version component of the current release - VersionPatch = 11 // Patch version component of the current release + VersionPatch = 12 // Patch version component of the current release VersionMeta = "flux" // Version metadata to append to the version string )