Skip to content

Commit b4d905b

Browse files
committed
port AN compatibility changes to master
1 parent a828cf6 commit b4d905b

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

engine/common/version/version_control.go

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,13 @@ var defaultCompatibilityOverrides = map[string]struct{}{
5656
"0.43.1": {}, // testnet only
5757
"0.44.0": {}, // mainnet, testnet
5858
"0.44.1": {}, // mainnet, testnet
59+
"0.44.7": {}, // mainnet, testnet
60+
"0.44.10": {}, // mainnet, testnet
61+
"0.44.14": {}, // mainnet, testnet
62+
"0.44.15": {}, // mainnet, testnet
63+
"0.44.16": {}, // mainnet, testnet
64+
"0.44.17": {}, // mainnet, testnet
65+
"0.44.18": {}, // mainnet, testnet
5966
}
6067

6168
// VersionControl manages the version control system for the node.

0 commit comments

Comments
 (0)