Skip to content

Commit

Permalink
Changed version to be consistent with the new tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Boben committed Feb 22, 2024
1 parent 1a6fc42 commit d875c0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion avalanchego/version/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
// These are globals that describe network upgrades and node versions
var (
// Flare versioning constants.
Current = NewDefaultVersion(0, 6, 3)
Current = NewDefaultVersion(0, 6, 5)
CurrentApp = NewDefaultApplication(constants.PlatformName, Current.Major(), Current.Minor(), Current.Patch())
MinimumCompatibleVersion = NewDefaultApplication(constants.PlatformName, 0, 6, 0)
PrevMinimumCompatibleVersion = NewDefaultApplication(constants.PlatformName, 0, 5, 1)
Expand Down

0 comments on commit d875c0a

Please sign in to comment.