From ad6aa4cdaefff94b88d5ccfe568a61c7f36f2ed1 Mon Sep 17 00:00:00 2001 From: oliversun9 Date: Fri, 10 Nov 2023 16:52:13 +0000 Subject: [PATCH] Update version to 10.10.10 --- 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 2fb5e4e4be..ec9663dd14 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [Unreleased] +## [v10.10.10] - 2023-11-10 - No changes yet. @@ -1093,7 +1093,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto Initial beta release. -[Unreleased]: https://github.com/bufbuild/buf/compare/v3.97.3...HEAD +[v10.10.10]: https://github.com/bufbuild/buf/compare/v3.97.3...v10.10.10 [v3.97.3]: https://github.com/bufbuild/buf/compare/v3.97.2...v3.97.3 [v3.97.2]: https://github.com/bufbuild/buf/compare/v3.97.0...v3.97.2 [v3.97.0]: https://github.com/bufbuild/buf/compare/v3.95.1...v3.97.0 diff --git a/private/buf/bufcli/bufcli.go b/private/buf/bufcli/bufcli.go index 282dcf7cba..5d1b730f2e 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.97.4-dev" + Version = "10.10.10" inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME" inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD"