Skip to content

Commit 63d1859

Browse files
committed
Release version 7 of AMP cache transforms.
PiperOrigin-RevId: 369673941
1 parent e3e5fe5 commit 63d1859

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

transformer/versions.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ import (
1212
// snapshotted to a finalized version.
1313
// The ranges should be non-overlapping and in descending order.
1414
// Visible for test.
15-
var SupportedVersions = []*rpb.VersionRange{{Min: 1, Max: 6}}
15+
var SupportedVersions = []*rpb.VersionRange{{Min: 1, Max: 7}}
16+
1617

1718
func min(a, b int64) int64 {
1819
if a < b {

0 commit comments

Comments
 (0)