Skip to content

Commit

Permalink
chore: cleanup version from sdf refs
Browse files Browse the repository at this point in the history
  • Loading branch information
EstebanBorai committed Jul 23, 2024
1 parent f2fc833 commit a2c0136
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import type * as Preset from "@docusaurus/preset-classic";

const FLUVIO_REPOSITORY_URL = "https://github.com/InfinyOn/fluvio";

const STABLE_VERSION = "0.11.9";
const STABLE_VERSION = "0.11.10";

const config: Config = {
title: "Fluvio",
Expand Down Expand Up @@ -82,9 +82,9 @@ const config: Config = {
label: 'Latest',
path: 'latest'
},
// [STABLE_VERSION]: {
// label: `Stable (${STABLE_VERSION})`,
// }
[STABLE_VERSION]: {
label: `Stable (${STABLE_VERSION})`,
}
},
},
blog: {
Expand Down

0 comments on commit a2c0136

Please sign in to comment.