diff --git a/package.json b/package.json index a735fe933..a4ee9d884 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@effekt-lang/effekt", "author": "Jonathan Brachthäuser", - "version": "0.15.0", + "version": "0.16.0", "repository": { "type": "git", "url": "git+https://github.com/effekt-lang/effekt.git" diff --git a/pom.xml b/pom.xml index 28aa9d724..b0cf6ccaf 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ de.bstudios Effekt Effekt - 0.15.0 + 0.16.0 4.0.0 diff --git a/project/EffektVersion.scala b/project/EffektVersion.scala index 95bdf67eb..f0ede4db4 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.15.0" } +object EffektVersion { lazy val effektVersion = "0.16.0" }