Skip to content

Commit

Permalink
Release version 5 of the AMP transforms.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 338732974
  • Loading branch information
twifkak committed Oct 23, 2020
1 parent 6e777be commit f7c12ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion transformer/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
// snapshotted to a finalized version.
// The ranges should be non-overlapping and in descending order.
// Visible for test.
var SupportedVersions = []*rpb.VersionRange{{Min: 1, Max: 4}}
var SupportedVersions = []*rpb.VersionRange{{Min: 1, Max: 5}}

func min(a, b int64) int64 {
if a < b {
Expand Down

0 comments on commit f7c12ca

Please sign in to comment.