diff --git a/README.md b/README.md
index f45f79ed6..9c87bc3b0 100644
--- a/README.md
+++ b/README.md
@@ -67,7 +67,7 @@ Docker images with the latest version installed. Example:
```bash
docker run -v ~/myproject:/home/myproject -v ~/kex-output:/home/kex-output \
- abdullin/kex-standalone:0.0.8 --classpath /home/myproject/target/myproject.jar \
+ abdullin/kex-standalone:0.0.9 --classpath /home/myproject/target/myproject.jar \
--target myproject.\* --output /home/kex-output --mode concolic
```
diff --git a/kex-annotation-processor/pom.xml b/kex-annotation-processor/pom.xml
index 05e33bd47..aa5d56885 100644
--- a/kex-annotation-processor/pom.xml
+++ b/kex-annotation-processor/pom.xml
@@ -5,7 +5,7 @@
kex
org.vorpal.research
- 0.0.8
+ 0.0.9
../pom.xml
jar
diff --git a/kex-boolector/pom.xml b/kex-boolector/pom.xml
index d12d5445e..a1549a41a 100644
--- a/kex-boolector/pom.xml
+++ b/kex-boolector/pom.xml
@@ -5,7 +5,7 @@
kex
org.vorpal.research
- 0.0.8
+ 0.0.9
4.0.0
diff --git a/kex-core/pom.xml b/kex-core/pom.xml
index 7bc4a39c1..3b6e34080 100644
--- a/kex-core/pom.xml
+++ b/kex-core/pom.xml
@@ -5,7 +5,7 @@
kex
org.vorpal.research
- 0.0.8
+ 0.0.9
4.0.0
diff --git a/kex-executor/pom.xml b/kex-executor/pom.xml
index e9777d489..0334aedc2 100644
--- a/kex-executor/pom.xml
+++ b/kex-executor/pom.xml
@@ -8,7 +8,7 @@
org.vorpal.research
kex
- 0.0.8
+ 0.0.9
kex-executor
jar
diff --git a/kex-ksmt/pom.xml b/kex-ksmt/pom.xml
index 6fb853982..8ac1391e5 100644
--- a/kex-ksmt/pom.xml
+++ b/kex-ksmt/pom.xml
@@ -5,7 +5,7 @@
kex
org.vorpal.research
- 0.0.8
+ 0.0.9
4.0.0
diff --git a/kex-runner/pom.xml b/kex-runner/pom.xml
index 1ff2207e7..6737675c1 100644
--- a/kex-runner/pom.xml
+++ b/kex-runner/pom.xml
@@ -5,7 +5,7 @@
kex
org.vorpal.research
- 0.0.8
+ 0.0.9
4.0.0
diff --git a/kex-runner/src/main/kotlin/org/vorpal/research/kex/trace/runner/SymbolicExternalTracingRunner.kt b/kex-runner/src/main/kotlin/org/vorpal/research/kex/trace/runner/SymbolicExternalTracingRunner.kt
index c896565d0..86b38349c 100644
--- a/kex-runner/src/main/kotlin/org/vorpal/research/kex/trace/runner/SymbolicExternalTracingRunner.kt
+++ b/kex-runner/src/main/kotlin/org/vorpal/research/kex/trace/runner/SymbolicExternalTracingRunner.kt
@@ -43,7 +43,7 @@ internal object ExecutorMasterController : AutoCloseable {
controllerSocket = ControllerProtocolSocketHandler(ctx)
val outputDir = kexConfig.outputDirectory
val executorPath = kexConfig.getPathValue("executor", "executorPath") {
- kexConfig.kexHome.resolve("kex-executor/target/kex-executor-0.0.8-jar-with-dependencies.jar")
+ kexConfig.kexHome.resolve("kex-executor/target/kex-executor-0.0.9-jar-with-dependencies.jar")
}.toAbsolutePath()
val executorKlass = "org.vorpal.research.kex.launcher.MasterLauncherKt"
val executorConfigPath = kexConfig.getPathValue("executor", "executorConfigPath") {
diff --git a/kex-test.ini b/kex-test.ini
index e823a6d4b..86646dd18 100644
--- a/kex-test.ini
+++ b/kex-test.ini
@@ -68,7 +68,7 @@ maxStringLength = 100
generationAttempts = 100
[executor]
-executorPath = ../kex-executor/target/kex-executor-0.0.8-jar-with-dependencies.jar
+executorPath = ../kex-executor/target/kex-executor-0.0.9-jar-with-dependencies.jar
executorConfigPath = ../kex-test.ini
executorPolicyPath = ../kex.policy
numberOfWorkers = 1
diff --git a/kex-test/pom.xml b/kex-test/pom.xml
index cf0222e6c..dabfc2133 100644
--- a/kex-test/pom.xml
+++ b/kex-test/pom.xml
@@ -5,7 +5,7 @@
4.0.0
org.vorpal.research
- 0.0.8
+ 0.0.9
kex-test
diff --git a/kex-z3/pom.xml b/kex-z3/pom.xml
index 2079dd933..2cb57f30b 100644
--- a/kex-z3/pom.xml
+++ b/kex-z3/pom.xml
@@ -5,7 +5,7 @@
kex
org.vorpal.research
- 0.0.8
+ 0.0.9
4.0.0
diff --git a/kex.py b/kex.py
index 81dc06639..4fd323f32 100755
--- a/kex.py
+++ b/kex.py
@@ -5,7 +5,7 @@
import subprocess
import sys
-KEX_VERSION = "0.0.8"
+KEX_VERSION = "0.0.9"
HEAP_MEMORY_SIZE = "8g"
STACK_MEMORY_SIZE = "1g"
diff --git a/pom.xml b/pom.xml
index 05a3edcb4..ff6d1c4a5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
org.vorpal.research
kex
pom
- 0.0.8
+ 0.0.9
kex-test
kex-core