Skip to content

Commit

Permalink
bump version to 2.6.2
Browse files Browse the repository at this point in the history
Signed-off-by: chenxu <[email protected]>
  • Loading branch information
dmetasoul01 committed Aug 7, 2024
1 parent 3670bf3 commit 95a9444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ SPDX-License-Identifier: Apache-2.0
</developers>

<properties>
<revision>2.6.1</revision>
<revision>2.6.2</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<maven.compiler.encoding>UTF-8</maven.compiler.encoding>
Expand Down
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ const config = {
remarkPlugins: [
[variableInjector, {
replacements: {
VERSION: '2.6.1',
VERSION: '2.6.2',
CURRENT_YEAR: new Date().getFullYear()
}
}]
Expand Down

0 comments on commit 95a9444

Please sign in to comment.