From d9d9df5511c297d51a6ad2e3874e5ecc5c2cd609 Mon Sep 17 00:00:00 2001 From: Julian Yap Date: Fri, 27 Jul 2018 20:04:42 -1000 Subject: [PATCH] Version 1.5.14 --- VERSION | 2 +- params/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index fa85d4d1d2..8df6b88a91 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.13 +1.5.14 diff --git a/params/version.go b/params/version.go index 36879555f6..21a1557e88 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 = 13 // Patch version component of the current release + VersionPatch = 14 // Patch version component of the current release VersionMeta = "flux" // Version metadata to append to the version string )