Skip to content

Commit

Permalink
Updated version to 1.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Marko Boben committed Nov 27, 2024
1 parent a78a9b4 commit 319b846
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions avalanchego/version/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ var (
Current = &Semantic{
Major: 1,
Minor: 9,
Patch: 0,
Patch: 1,
}
CurrentApp = &Application{
Major: Current.Major,
Expand All @@ -35,7 +35,7 @@ var (
CurrentSgb = &Semantic{
Major: 0,
Minor: 7,
Patch: 0,
Patch: 1,
}
CurrentSgbApp = &Application{
Major: CurrentSgb.Major,
Expand All @@ -44,8 +44,8 @@ var (
}
MinimumCompatibleSgbVersion = &Application{
Major: 0,
Minor: 6,
Patch: 6,
Minor: 7,
Patch: 0,
}
PrevMinimumCompatibleSgbVersion = &Application{
Major: 0,
Expand Down

0 comments on commit 319b846

Please sign in to comment.