Skip to content

Commit d46066e

Browse files
committed
Release version 3 of AMP cache transforms.
PiperOrigin-RevId: 291960396
1 parent 564a769 commit d46066e

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: 2}}
15+
var SupportedVersions = []*rpb.VersionRange{{Min: 1, Max: 3}}
1616

1717
func min(a, b int64) int64 {
1818
if a < b {

0 commit comments

Comments
 (0)