diff --git a/pom.xml b/pom.xml index 0b556149d..f93687060 100644 --- a/pom.xml +++ b/pom.xml @@ -51,7 +51,7 @@ SPDX-License-Identifier: Apache-2.0 - 2.6.1 + 2.6.2 UTF-8 UTF-8 UTF-8 diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 292a60161..45bfe0fa5 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -54,7 +54,7 @@ const config = { remarkPlugins: [ [variableInjector, { replacements: { - VERSION: '2.6.1', + VERSION: '2.6.2', CURRENT_YEAR: new Date().getFullYear() } }]