We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e777be commit f7c12caCopy full SHA for f7c12ca
transformer/versions.go
@@ -12,7 +12,7 @@ import (
12
// snapshotted to a finalized version.
13
// The ranges should be non-overlapping and in descending order.
14
// Visible for test.
15
-var SupportedVersions = []*rpb.VersionRange{{Min: 1, Max: 4}}
+var SupportedVersions = []*rpb.VersionRange{{Min: 1, Max: 5}}
16
17
func min(a, b int64) int64 {
18
if a < b {
0 commit comments