diff --git a/README.md b/README.md
index 19987612..26eef125 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@
[![We recommend IntelliJ IDEA](http://amihaiemil.github.io/images/intellij-idea-recommend.svg)](https://www.jetbrains.com/idea/)
-Self's Core, version `0.0.11`.
+Self's Core, version `0.0.12`.
This repo contains the main Java SE 11 Implementation, clean of any framework.
diff --git a/pom.xml b/pom.xml
index c6b88373..b8b80a55 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
com.selfxdsd
self-core
pom
- 0.0.12-SNAPSHOT
+ 0.0.13-SNAPSHOT
Self XDSD Core
Core Implementation of the com.selfxdsd.api.Self Platform
diff --git a/self-api/pom.xml b/self-api/pom.xml
index 5f304ea8..6df9e3d3 100644
--- a/self-api/pom.xml
+++ b/self-api/pom.xml
@@ -5,7 +5,7 @@
self-core
com.selfxdsd
- 0.0.12-SNAPSHOT
+ 0.0.13-SNAPSHOT
4.0.0
Self XDSD API
diff --git a/self-core-impl/pom.xml b/self-core-impl/pom.xml
index 9e22f218..f036495f 100644
--- a/self-core-impl/pom.xml
+++ b/self-core-impl/pom.xml
@@ -5,7 +5,7 @@
self-core
com.selfxdsd
- 0.0.12-SNAPSHOT
+ 0.0.13-SNAPSHOT
4.0.0
Self XDSD Implementation