Skip to content

Commit 1015044

Browse files
Update version 24.8.0 (#1675)
Signed-off-by: Besu Bot <[email protected]> Co-authored-by: Besu Bot <[email protected]>
1 parent 1654e36 commit 1015044

File tree

298 files changed

+45490
-2
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

298 files changed

+45490
-2
lines changed

docusaurus.config.js

+5-2
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ const config = {
4141
path: "./docs",
4242
includeCurrentVersion: true,
4343
// Set to the last stable release
44-
lastVersion: "24.7.1",
44+
lastVersion: "24.8.0",
4545
versions: {
4646
//defaults to the ./docs folder
4747
// using 'development' instead of 'next' as path
@@ -51,8 +51,11 @@ const config = {
5151
},
5252
// The last stable release in the versioned_docs/version-stable
5353
// STABLE-AUTOMATION-TOKEN. Don't remove this as this is used for version update automation
54+
"24.8.0": {
55+
label: "stable (24.8.0)",
56+
},
5457
"24.7.1": {
55-
label: "stable (24.7.1)",
58+
label: "24.7.1",
5659
},
5760
"24.7.0": {
5861
label: "24.7.0",

0 commit comments

Comments
 (0)