Skip to content

Commit

Permalink
update to 4.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
skin27 committed Apr 22, 2024
1 parent be6f98d commit f9cfa04
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ tasks.withType(JavaExec) {
}

group = "org.assimbly.gateway"
version = '4.0.5-SNAPSHOT'
version = '4.0.6'

description = ""

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gateway",
"version": "4.0.5-SNAPSHOT",
"version": "4.0.6",
"private": true,
"description": "A message gateway based on Apache camel",
"license": "Apache License 2.0",
Expand Down
4 changes: 2 additions & 2 deletions scripts/version/versioned_files.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"applicationName": "gateway",
"oldVersion": "4.0.5-SNAPSHOT",
"newVersion": "4.0.5-SNAPSHOT",
"oldVersion": "4.0.6",
"newVersion": "4.0.6",
"resources": [
{
"path": "/package.json"
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jhipster:

application:
info:
version: 4.0.5-SNAPSHOT
version: 4.0.6
documentation:
url: https://github.com/assimbly/gateway/wiki
camel-url: https://camel.apache.org/components/latest
Expand Down

0 comments on commit f9cfa04

Please sign in to comment.