Skip to content

Commit 81e69a5

Browse files
Merge pull request #9462 from saschagrunert/dev-version
Update development version
2 parents 5a8ee8e + 79cd6e3 commit 81e69a5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

dependencies.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ dependencies:
1313
# tag the .0 release if it does not already exist. If the .0 release is done,
1414
# increase the development version to the next minor (1.x.0).
1515
- name: development version
16-
version: 1.34.0
16+
version: 1.35.0
1717
refPaths:
1818
- path: internal/version/version.go
1919
match: Version
2020

2121
- name: supported versions
22-
version: '{"1.33", "1.32", "1.31"}'
22+
version: '{"1.34", "1.33", "1.32", "1.31"}'
2323
refPaths:
2424
- path: internal/version/version.go
2525
match: ReleaseMinorVersions

internal/version/version.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ import (
2121
)
2222

2323
// Version is the version of the build.
24-
const Version = "1.34.0"
24+
const Version = "1.35.0"
2525

2626
// ReleaseMinorVersions are the currently supported minor versions.
27-
var ReleaseMinorVersions = []string{"1.33", "1.32", "1.31"}
27+
var ReleaseMinorVersions = []string{"1.34", "1.33", "1.32", "1.31"}
2828

2929
// Variables injected during build-time.
3030
var (

0 commit comments

Comments
 (0)