We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f80020e commit 2841e01Copy full SHA for 2841e01
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: 7}}
+var SupportedVersions = []*rpb.VersionRange{{Min: 1, Max: 8}}
16
17
18
func min(a, b int64) int64 {
0 commit comments