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.
2 parents 220894b + f948360 commit e6a9436Copy full SHA for e6a9436
engine/common/version/version_control.go
@@ -55,6 +55,7 @@ var defaultCompatibilityOverrides = map[string]struct{}{
55
"0.42.3": {}, // mainnet, testnet
56
"0.43.1": {}, // testnet only
57
"0.44.0": {}, // mainnet, testnet
58
+ "0.44.1": {}, // mainnet, testnet
59
}
60
61
// VersionControl manages the version control system for the node.
0 commit comments