Skip to content

Commit c2e2ada

Browse files
authored
Release version 2 of AMP cache transforms. (#320)
PiperOrigin-RevId: 253684055
1 parent 7564b07 commit c2e2ada

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

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

0 commit comments

Comments
 (0)