Skip to content
This repository was archived by the owner on Apr 4, 2023. It is now read-only.

prepare release 0.0.14 #129

Merged
merged 1 commit into from
Dec 8, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ this to its logical conclusion).
[v0.0.11] AvalancheGo@v1.9.2
[v0.0.12] AvalancheGo@v1.9.3
[v0.0.13] AvalancheGo@v1.9.4
[v0.0.14] AvalancheGo@v1.9.4
```

## Introduction
Expand Down
1 change: 1 addition & 0 deletions compatibility.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"rpcChainVMProtocolVersion": {
"v0.0.14": 20,
"v0.0.13": 20,
"v0.0.12": 19,
"v0.0.11": 19,
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ import "github.com/ava-labs/avalanchego/version"
var Version = &version.Semantic{
Major: 0,
Minor: 0,
Patch: 13,
Patch: 14,
}