Skip to content

Commit cf14b56

Browse files
bumped node version
1 parent 23a3323 commit cf14b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

version/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import (
1111

1212
// These are globals that describe network upgrades and node versions
1313
var (
14-
Current = NewDefaultVersion(1, 6, 3)
14+
Current = NewDefaultVersion(1, 6, 4)
1515
CurrentApp = NewDefaultApplication(constants.PlatformName, Current.Major(), Current.Minor(), Current.Patch())
1616
MinimumCompatibleVersion = NewDefaultApplication(constants.PlatformName, 1, 6, 0)
1717
PrevMinimumCompatibleVersion = NewDefaultApplication(constants.PlatformName, 1, 5, 0)

0 commit comments

Comments
 (0)