diff --git a/Makefile b/Makefile index a849de3b82..b2f7fd6bcc 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -version = 2.9.0 +version = 2.10.0 NODE = node # Sets a custom hook path in the local git config. diff --git a/bin/run-klaw.bat b/bin/run-klaw.bat index 3d79f0cacb..31255e988e 100644 --- a/bin/run-klaw.bat +++ b/bin/run-klaw.bat @@ -4,7 +4,7 @@ SET CURRENTDIR="%cd%" set DIR=%~dp0..\ cd %DIR% -set version=2.9.0 +set version=2.10.0 set core_lib=.\core\target\klaw-%version%.jar set cluster_lib=.\cluster-api\target\cluster-api-%version%.jar set core_config=.\core\target\classes\application.properties diff --git a/bin/run-klaw.sh b/bin/run-klaw.sh index 5044717e31..071e110621 100644 --- a/bin/run-klaw.sh +++ b/bin/run-klaw.sh @@ -4,7 +4,7 @@ WORKING_DIR="$(dirname "$0")"/.. cd $WORKING_DIR # Declarations -version=2.9.0 +version=2.10.0 core_lib=./core/target/klaw-${version}.jar cluster_lib=./cluster-api/target/cluster-api-${version}.jar core_config=./core/target/classes/application.properties diff --git a/openapi.yaml b/openapi.yaml index 48e281a55a..02e3fcb943 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -10,7 +10,7 @@ "name" : "Apache 2.0", "url" : "https://www.apache.org/licenses/LICENSE-2.0.html" }, - "version" : "2.9.0" + "version" : "2.10.0" }, "externalDocs" : { "description" : "Klaw documentation", diff --git a/pom.xml b/pom.xml index ae411fbdb8..71b2fa5a77 100644 --- a/pom.xml +++ b/pom.xml @@ -42,7 +42,7 @@ - 2.9.0 + 2.10.0 UTF-8 UTF-8 17