From c3cb4876252fe8f0a0e37ee5aedc1e23890e25e2 Mon Sep 17 00:00:00 2001 From: oliversun9 Date: Mon, 6 Nov 2023 23:10:26 +0000 Subject: [PATCH] Update version to v3.7.4 --- 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 c747c675cb..07ec8c8bbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v3.7.4] - 2023-11-06 - No changes yet. @@ -1045,7 +1045,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. -[Unreleased]: https://github.com/bufbuild/buf/compare/v3.7.0...HEAD +[v3.7.4]: https://github.com/bufbuild/buf/compare/v3.7.0...v3.7.4 [v3.7.0]: https://github.com/bufbuild/buf/compare/v3.6.0...v3.7.0 [v3.6.0]: https://github.com/bufbuild/buf/compare/v3.5.0...v3.6.0 [v3.5.0]: https://github.com/bufbuild/buf/compare/v3.1.1...v3.5.0 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index 1ccdf5813f..c6aef63862 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.7.1-dev" + Version = "3.7.4" inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME" inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD"