From 9b60e38bed18c69be2938eea9ccc54451e3c051c Mon Sep 17 00:00:00 2001 From: oliversun9 Date: Wed, 8 Nov 2023 00:36:40 +0000 Subject: [PATCH] Update version to v4.1.3 --- CHANGELOG.md | 4 ++-- private/buf/bufcli/bufcli.go | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38c2ea54fb..d92dd03d22 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v4.1.3] - 2023-11-08 - No changes yet. @@ -1069,7 +1069,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. -[Unreleased]: https://github.com/bufbuild/buf/compare/v3.20.0...HEAD +[v4.1.3]: https://github.com/bufbuild/buf/compare/v3.20.0...v4.1.3 [v3.20.0]: https://github.com/bufbuild/buf/compare/v3.10.1...v3.20.0 [v3.10.1]: https://github.com/bufbuild/buf/compare/v3.10.0...v3.10.1 [v3.10.0]: https://github.com/bufbuild/buf/compare/v3.9.0...v3.10.0 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index f4c807d3d8..11d707edf4 100644 --- a/private/buf/bufcli/bufcli.go +++ b/private/buf/bufcli/bufcli.go @@ -65,7 +65,7 @@ import ( const ( // Version is the CLI version of buf. - Version = "3.20.1-dev" + Version = "4.1.3" inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME" inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD"