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

Commit d63038c

Browse files
committed
address PR comment
1 parent 2d45cec commit d63038c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@ this to its logical conclusion).
2626
2727
2828
29+
30+
2931
```
3032

3133
## Introduction

compatibility.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"rpcChainVMProtocolVersion": {
3+
"v0.0.12": 19,
34
"v0.0.11": 19,
45
"v0.0.10": 19,
56
"v0.0.9": 17,
@@ -12,4 +13,4 @@
1213
"v0.0.2": 10,
1314
"v0.0.1": 9
1415
}
15-
}
16+
}

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: 11,
12+
Patch: 12,
1313
}

0 commit comments

Comments
 (0)