Skip to content
Open
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
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const (
// Note: please update release_notes.md when you change these values.
appMajor uint = 0
appMinor uint = 31
appPatch uint = 2
appPatch uint = 4

Choose a reason for hiding this comment

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

high

The comment on line 38 explicitly states that release_notes.md should be updated when version values are changed. This pull request modifies the patch version but does not include any changes to release_notes.md. The process outlined in release_notes.md itself also indicates that release notes should be handled as part of the version bump PR. Please update the release notes to reflect the changes included in this new version.


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