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