Skip to content

Commit

Permalink
bump version to v2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
zengqiao committed May 18, 2021
1 parent c6bcc0e commit b8c07a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ cd $workspace

## constant
OUTPUT_DIR=./output
KM_VERSION=2.4.0
KM_VERSION=2.4.1
APP_NAME=kafka-manager
APP_DIR=${APP_NAME}-${KM_VERSION}

Expand Down
2 changes: 1 addition & 1 deletion kafka-manager-console/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "logi-kafka",
"version": "2.3.1",
"version": "2.4.1",
"description": "",
"scripts": {
"start": "webpack-dev-server",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</parent>

<properties>
<kafka-manager.revision>2.4.0-SNAPSHOT</kafka-manager.revision>
<kafka-manager.revision>2.4.1-SNAPSHOT</kafka-manager.revision>
<swagger2.version>2.7.0</swagger2.version>
<swagger.version>1.5.13</swagger.version>

Expand Down

0 comments on commit b8c07a9

Please sign in to comment.