Skip to content

Commit e6a9436

Browse files
authored
Merge pull request #8216 from onflow/peter/add-compatibility-override-v0.44.1-master
[Access] Add compatibility override for v0.44.1 - master
2 parents 220894b + f948360 commit e6a9436

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

engine/common/version/version_control.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ var defaultCompatibilityOverrides = map[string]struct{}{
5555
"0.42.3": {}, // mainnet, testnet
5656
"0.43.1": {}, // testnet only
5757
"0.44.0": {}, // mainnet, testnet
58+
"0.44.1": {}, // mainnet, testnet
5859
}
5960

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

0 commit comments

Comments
 (0)