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

Commit c386b17

Browse files
nits (#119)
1 parent f6b1ac5 commit c386b17

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,9 @@ this to its logical conclusion).
2121
2222
2323
24-
25-
24+
25+
26+
2627
```
2728

2829
## Introduction

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

0 commit comments

Comments
 (0)