Skip to content

Commit 1839af8

Browse files
authored
Site: update version drop down string to beta
1 parent a4ee0ab commit 1839af8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/static/js/plugins/plugins.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ function convertFromHugo(content) {
4848

4949
async function addVersionDropdown() {
5050
const sidebar = document.getElementsByClassName("sidebar").item(0);
51-
const latestVersion = "v1.0.0-alpha";
51+
const latestVersion = "v1.0.0-beta";
5252
const versionDropdown = `
5353
<div class="dropdown">
5454
<button class="btn btn-primary dropdown-toggle" type="button" data-toggle="dropdown">${latestVersion}

0 commit comments

Comments
 (0)