Skip to content

Commit

Permalink
Update versions for v1.9.14 (ava-labs#2772)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronbuchwald committed Mar 23, 2023
1 parent 3272bd6 commit c27721a
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
4 changes: 4 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release Notes

## [v1.9.14](https://github.com/ava-labs/avalanchego/releases/tag/v1.9.14)

This version is backwards compatible to [v1.9.0](https://github.com/ava-labs/avalanchego/releases/tag/v1.9.0). It is optional, but encouraged. The supported plugin version is `24`.

## [v1.9.13](https://github.com/ava-labs/avalanchego/releases/tag/v1.9.13)

This version is backwards compatible to [v1.9.0](https://github.com/ava-labs/avalanchego/releases/tag/v1.9.0). It is optional, but encouraged. The supported plugin version is `24`.
Expand Down
3 changes: 2 additions & 1 deletion version/compatibility.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
"v1.9.10",
"v1.9.11",
"v1.9.12",
"v1.9.13"
"v1.9.13",
"v1.9.14"
],
"23": [
"v1.9.9"
Expand Down
2 changes: 1 addition & 1 deletion version/constants.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ var (
Current = &Semantic{
Major: 1,
Minor: 9,
Patch: 13,
Patch: 14,
}
CurrentApp = &Application{
Major: Current.Major,
Expand Down

0 comments on commit c27721a

Please sign in to comment.