diff --git a/package.json b/package.json
index 4ece9c6b5..4ee3f5a46 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@effekt-lang/effekt",
"author": "Jonathan Brachthäuser",
- "version": "0.6.0",
+ "version": "0.7.0",
"repository": {
"type": "git",
"url": "git+https://github.com/effekt-lang/effekt.git"
diff --git a/pom.xml b/pom.xml
index 795e94d7c..2b2e101cb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
de.bstudios
Effekt
Effekt
- 0.6.0
+ 0.7.0
4.0.0
diff --git a/project/EffektVersion.scala b/project/EffektVersion.scala
index 36c2fea10..83db484cc 100644
--- a/project/EffektVersion.scala
+++ b/project/EffektVersion.scala
@@ -1,4 +1,4 @@
// Don't change this file without changing the CI too!
import sbt.*
import sbt.Keys.*
-object EffektVersion { lazy val effektVersion = "0.6.0" }
+object EffektVersion { lazy val effektVersion = "0.7.0" }