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

Commit 4f3d987

Browse files
committed
prepare release 0.0.14
1 parent df99b53 commit 4f3d987

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ this to its logical conclusion).
2929
3030
3131
32+
3233
```
3334

3435
## Introduction

compatibility.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"rpcChainVMProtocolVersion": {
3+
"v0.0.14": 20,
34
"v0.0.13": 20,
45
"v0.0.12": 19,
56
"v0.0.11": 19,

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ import "github.com/ava-labs/avalanchego/version"
99
var Version = &version.Semantic{
1010
Major: 0,
1111
Minor: 0,
12-
Patch: 13,
12+
Patch: 14,
1313
}

0 commit comments

Comments
 (0)