Skip to content

Commit

Permalink
Update version for v1.10.12
Browse files Browse the repository at this point in the history
  • Loading branch information
StephenButtolph committed Oct 4, 2023
1 parent bdf293c commit 21efdb3
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 2 deletions.
16 changes: 16 additions & 0 deletions RELEASES.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Release Notes

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

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

The plugin version is unchanged at `28` and compatible with versions `v1.10.9 - v1.10.11`.

### APIs

### Configs

### Fixes

### What's Changed

**Full Changelog**: https://github.com/ava-labs/avalanchego/compare/v1.10.11...v1.10.12

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

This version is backwards compatible to [v1.10.0](https://github.com/ava-labs/avalanchego/releases/tag/v1.10.0). It is optional, but encouraged.
Expand Down
3 changes: 2 additions & 1 deletion version/compatibility.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
"28": [
"v1.10.9",
"v1.10.10",
"v1.10.11"
"v1.10.11",
"v1.10.12"
],
"27": [
"v1.10.5",
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: 10,
Patch: 11,
Patch: 12,
}
CurrentApp = &Application{
Major: Current.Major,
Expand Down

0 comments on commit 21efdb3

Please sign in to comment.