Skip to content

Commit 2841e01

Browse files
authored
Release version 8 of AMP cache transforms. (#565)
PiperOrigin-RevId: 388316442
1 parent f80020e commit 2841e01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

transformer/versions.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ 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: 7}}
15+
var SupportedVersions = []*rpb.VersionRange{{Min: 1, Max: 8}}
1616

1717

1818
func min(a, b int64) int64 {

0 commit comments

Comments
 (0)