Skip to content

Commit af8679a

Browse files
authored
Merge pull request #7249 from onflow/jan/hcu-prep-v0.40-compatibility
Jan/hcu prep v0.40 compatibility
2 parents 8cd1e76 + 45af8d8 commit af8679a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

engine/common/version/version_control.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ var defaultCompatibilityOverrides = map[string]struct{}{
4343
"0.37.22": {},
4444
"0.37.26": {},
4545
"0.38.0": {},
46+
"0.39.0": {},
47+
"0.40.0": {},
4648
}
4749

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

0 commit comments

Comments
 (0)