Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions version.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ const semanticAlphabet = "0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqr
const (
// Note: please update release_notes.md when you change these values.
appMajor uint = 0
appMinor uint = 32
appPatch uint = 1
appMinor uint = 33
appPatch uint = 0
Comment on lines +40 to +41
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The release_notes.md file has not been updated. According to the comment on line 38 and the internal instructions in release_notes.md, the release notes should be updated as part of the version bump PR. Please include the relevant changes to release_notes.md in this pull request to document the changes included in v0.33.0-beta.


// appPreRelease MUST only contain characters from semanticAlphabet per
// the semantic versioning spec.
Expand Down
Loading