Skip to content

Commit f7c12ca

Browse files
committed
Release version 5 of the AMP transforms.
PiperOrigin-RevId: 338732974
1 parent 6e777be commit f7c12ca

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

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

0 commit comments

Comments
 (0)