diff --git a/build.gradle b/build.gradle index 661f4cd1..1e0e4815 100644 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,7 @@ tasks.withType(JavaExec) { } group = "org.assimbly.gateway" -version = '4.0.5-SNAPSHOT' +version = '4.0.6' description = "" diff --git a/package.json b/package.json index f31dc071..5a5442c4 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/scripts/version/versioned_files.json b/scripts/version/versioned_files.json index b26beefa..2b7cbc13 100644 --- a/scripts/version/versioned_files.json +++ b/scripts/version/versioned_files.json @@ -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" diff --git a/src/main/resources/config/application.yml b/src/main/resources/config/application.yml index ffafd504..f3144768 100644 --- a/src/main/resources/config/application.yml +++ b/src/main/resources/config/application.yml @@ -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