diff --git a/README.md b/README.md
index 7b7b3ff4..4d5b215f 100644
--- a/README.md
+++ b/README.md
@@ -10,7 +10,7 @@
[](https://www.jetbrains.com/idea/)
-Self's Core, version `0.0.75`.
+Self's Core, version `0.0.76`.
This repo contains the main Java SE 11 implementation, clean of any framework.
diff --git a/pom.xml b/pom.xml
index fecd16be..93514abe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
com.selfxdsd
self-core
pom
- 0.0.76-SNAPSHOT
+ 0.0.77-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 62e52ca4..f15ac655 100644
--- a/self-api/pom.xml
+++ b/self-api/pom.xml
@@ -5,7 +5,7 @@
self-core
com.selfxdsd
- 0.0.76-SNAPSHOT
+ 0.0.77-SNAPSHOT
4.0.0
Self XDSD API
diff --git a/self-core-impl/pom.xml b/self-core-impl/pom.xml
index 598025fc..b74f9dd5 100644
--- a/self-core-impl/pom.xml
+++ b/self-core-impl/pom.xml
@@ -5,7 +5,7 @@
self-core
com.selfxdsd
- 0.0.76-SNAPSHOT
+ 0.0.77-SNAPSHOT
4.0.0
Self XDSD Implementation