Skip to content

Commit

Permalink
unrelease manually
Browse files Browse the repository at this point in the history
  • Loading branch information
oliversun9 committed Nov 3, 2023
1 parent de8fa54 commit 2130d9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [Unreleased]

- No changes yet.

## [v2.6.1] - 2023-11-03

- Remove some stuff.
Expand Down Expand Up @@ -996,6 +1000,7 @@ buf check breaking proto --against .git#branch=master,subdir=proto

Initial beta release.

[Unreleased]: https://github.com/foobar/foo/compare/2.6.1...HEAD
[v2.6.1]: https://github.com/bufbuild/buf/compare/v2.6.0...v2.6.1
[v2.6.0]: https://github.com/foobar/foo/compare/v2.5.5...v2.6.0
[v2.2.0]: https://github.com/bufbuild/buf/compare/v2.0.0...v2.2.0
Expand Down
2 changes: 1 addition & 1 deletion private/buf/bufcli/bufcli.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ import (

const (
// Version is the CLI version of buf.
Version = "v2.1.0"
Version = "2.7.0"

inputHTTPSUsernameEnvKey = "BUF_INPUT_HTTPS_USERNAME"
inputHTTPSPasswordEnvKey = "BUF_INPUT_HTTPS_PASSWORD"
Expand Down

0 comments on commit 2130d9b

Please sign in to comment.