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

Commit

Permalink
nits (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-ogrady authored Sep 5, 2022
1 parent f6b1ac5 commit c386b17
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ this to its logical conclusion).
[v0.0.3] [email protected]
[v0.0.4] [email protected]
[v0.0.5] [email protected]
[v0.0.6] [email protected]
[v0.0.7] [email protected]
[v0.0.6] [email protected]
[v0.0.7] [email protected]
[v0.0.8] [email protected]
```

## Introduction
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: 7,
Patch: 8,
}

0 comments on commit c386b17

Please sign in to comment.