From 9a01e0da63340a946c9aaf94b76ce6f2b0849619 Mon Sep 17 00:00:00 2001 From: Sayan Nandan Date: Wed, 24 Apr 2024 08:49:13 +0000 Subject: [PATCH] misc: Bump version in config --- docs/protocol/index.md | 1 + docusaurus.config.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/protocol/index.md b/docs/protocol/index.md index 7c30eea3c..b1067802a 100644 --- a/docs/protocol/index.md +++ b/docs/protocol/index.md @@ -38,3 +38,4 @@ Please note this list is only maintained post 0.8.0. | ---------------------------- | --------------- | ------------------ | ----------------------------------- | | 0.8.0 | 2.0-beta | `0` | Initial release of Skyhash/2 (beta) | | 0.8.1 | 2.0-beta | `0` | | +| 0.8.2 | 2.0-beta | `0` | | diff --git a/docusaurus.config.js b/docusaurus.config.js index c5d9136bf..2009fe1cd 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -125,7 +125,7 @@ module.exports = { lastVersion: 'current', versions: { current: { - label: '0.8.1', + label: '0.8.2', path: '/', } },