From 356abc02d24788b3241a71830af5c1202ff73167 Mon Sep 17 00:00:00 2001 From: Julian Yap Date: Fri, 16 Jun 2017 22:53:35 -1000 Subject: [PATCH] Version 1.5.12 --- VERSION | 2 +- params/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 )