Skip to content
This repository was archived by the owner on Feb 17, 2025. It is now read-only.

Commit d875c0a

Browse files
author
Marko Boben
committed
Changed version to be consistent with the new tag
1 parent 1a6fc42 commit d875c0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

avalanchego/version/constants.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
// These are globals that describe network upgrades and node versions
1313
var (
1414
// Flare versioning constants.
15-
Current = NewDefaultVersion(0, 6, 3)
15+
Current = NewDefaultVersion(0, 6, 5)
1616
CurrentApp = NewDefaultApplication(constants.PlatformName, Current.Major(), Current.Minor(), Current.Patch())
1717
MinimumCompatibleVersion = NewDefaultApplication(constants.PlatformName, 0, 6, 0)
1818
PrevMinimumCompatibleVersion = NewDefaultApplication(constants.PlatformName, 0, 5, 1)

0 commit comments

Comments
 (0)