From 32839bd3068bba313a9cb4c93afb123bc1dc90ad Mon Sep 17 00:00:00 2001 From: asdf2014 Date: Thu, 28 Jul 2022 22:57:54 +0800 Subject: [PATCH] Upgrade DRUID_DOCS_VERSION from 0.20.0 to latest version --- web-console/src/links.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);