From 8eb554b39aecf977f434da0c70b74f5655b3cb31 Mon Sep 17 00:00:00 2001 From: ICHINOSE Shogo Date: Tue, 17 Oct 2023 14:07:53 +0900 Subject: [PATCH] bump up v1.5.15 --- README.md | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 414cb7dd..e55d656d 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.14` +Current Release: `v1.5.15` Stable Branch: `v1` ## Teaser diff --git a/version/version.go b/version/version.go index dc1fdcea..65620577 100644 --- a/version/version.go +++ b/version/version.go @@ -6,5 +6,5 @@ const ( // Minor version number Minor = 5 // Build version number - Build = 14 + Build = 15 )