From de22e9c2f36954a9cc8fc5de5d01862f7cda3e7c Mon Sep 17 00:00:00 2001 From: ICHINOSE Shogo Date: Thu, 18 May 2023 05:12:05 +0900 Subject: [PATCH] bump up v1.5.14 --- README.md | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f36e17ab..414cb7dd 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ versions with the same `X` component without having to make changes. Releases are tagged with the corresponding version number. There is also a branch for each major version (only `v1` at the moment). The recommended practice is to vendor the stable branch. -Current Release: `v1.5.13` +Current Release: `v1.5.14` Stable Branch: `v1` ## Teaser diff --git a/version/version.go b/version/version.go index 04e5270f..dc1fdcea 100644 --- a/version/version.go +++ b/version/version.go @@ -6,5 +6,5 @@ const ( // Minor version number Minor = 5 // Build version number - Build = 13 + Build = 14 )