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 )