From f58ff7c62092650699be264625cc261a4b6cacbe Mon Sep 17 00:00:00 2001 From: ICHINOSE Shogo Date: Mon, 26 Feb 2024 23:15:15 +0900 Subject: [PATCH] bump up v1.6.1 --- README.md | 2 +- version/version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d58a232..2e9f1af 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.6.0` +Current Release: `v1.6.1` Stable Branch: `v1` ## Teaser diff --git a/version/version.go b/version/version.go index 1ca538f..5155e3c 100644 --- a/version/version.go +++ b/version/version.go @@ -6,5 +6,5 @@ const ( // Minor version number Minor = 6 // Build version number - Build = 0 + Build = 1 )