From 83f9d4da6deee5137a93c4db5dc3d081a9c26f57 Mon Sep 17 00:00:00 2001 From: Julian Yap Date: Wed, 25 Jul 2018 09:49:59 -1000 Subject: [PATCH] Version 1.5.13 --- VERSION | 2 +- params/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/VERSION b/VERSION index 41336a1c0b..fa85d4d1d2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.5.12 +1.5.13 diff --git a/params/version.go b/params/version.go index 394da2d9f1..36879555f6 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 = 12 // Patch version component of the current release + VersionPatch = 13 // Patch version component of the current release VersionMeta = "flux" // Version metadata to append to the version string )