Skip to content

Commit b78126d

Browse files
pascalbreuningerclaude
authored andcommitted
chore: bump MinimumVersionTag to v4.7.0
Bumps MinimumVersionTag to the new Platform release v4.7.0. Ref: ENGPROV-236 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent b4186d0 commit b78126d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/platform/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import (
1515
)
1616

1717
var (
18-
MinimumVersionTag = "v4.6.1"
18+
MinimumVersionTag = "v4.7.0"
1919
MinimumVersion = semver.MustParse(strings.TrimPrefix(MinimumVersionTag, "v"))
2020
)
2121

0 commit comments

Comments
 (0)