diff --git a/dependencies.yaml b/dependencies.yaml index 25c478fea10..b2f0ec8cba2 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -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 diff --git a/internal/version/version.go b/internal/version/version.go index 48918590bba..5624bb3dcf2 100644 --- a/internal/version/version.go +++ b/internal/version/version.go @@ -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"}