Skip to content
Merged
Show file tree
Hide file tree
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 dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies:
# tag the .0 release if it does not already exist. If the .0 release is done,
# increase the development version to the next minor (1.x.0).
- name: development version
version: 1.33.2
version: 1.33.4
refPaths:
- path: internal/version/version.go
match: Version
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

// Version is the version of the build.
const Version = "1.33.3"
const Version = "1.33.4"

// ReleaseMinorVersions are the currently supported minor versions.
var ReleaseMinorVersions = []string{"1.33", "1.32", "1.31", "1.30"}
Expand Down
Loading