From 7972072ab65b60bec390138be09c31035231a845 Mon Sep 17 00:00:00 2001 From: chenxu Date: Mon, 22 Jul 2024 13:21:57 +0800 Subject: [PATCH] bump version to 2.6.1 Signed-off-by: chenxu --- pom.xml | 2 +- website/docusaurus.config.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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() } }]