diff --git a/web-console/src/links.ts b/web-console/src/links.ts index 488b238e12b4..da28ec129abd 100644 --- a/web-console/src/links.ts +++ b/web-console/src/links.ts @@ -19,7 +19,7 @@ import hasOwnProp from 'has-own-prop'; // This is set to the latest available version and should be updated to the next version before release -const DRUID_DOCS_VERSION = '0.20.0'; +const DRUID_DOCS_VERSION = '0.24.0'; function fillVersion(str: string): string { return str.replace(/\{\{VERSION}}/g, DRUID_DOCS_VERSION);