From c386b1715a3ae4c3d89a1fd6776f22203ddd8a50 Mon Sep 17 00:00:00 2001 From: Patrick O'Grady Date: Mon, 5 Sep 2022 04:16:17 -0700 Subject: [PATCH] nits (#119) --- README.md | 5 +++-- version/version.go | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 03110f2a..b531869b 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,9 @@ this to its logical conclusion). [v0.0.3] AvalancheGo@v1.7.7-v1.7.9 [v0.0.4] AvalancheGo@v1.7.10 [v0.0.5] AvalancheGo@v1.7.11-v1.7.12 -[v0.0.6] AvalancheGo@v1.7.13-17 -[v0.0.7] AvalancheGo@v1.7.13-17 +[v0.0.6] AvalancheGo@v1.7.13-v1.7.18 +[v0.0.7] AvalancheGo@v1.7.13-v1.7.18 +[v0.0.8] AvalancheGo@v1.8.0-v1.8.1 ``` ## Introduction diff --git a/version/version.go b/version/version.go index 1783be26..0bafc8b4 100644 --- a/version/version.go +++ b/version/version.go @@ -9,5 +9,5 @@ import "github.com/ava-labs/avalanchego/version" var Version = &version.Semantic{ Major: 0, Minor: 0, - Patch: 7, + Patch: 8, }