We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2095de commit 034ec83Copy full SHA for 034ec83
3 files changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "@effekt-lang/effekt",
3
"author": "Jonathan Brachthäuser",
4
- "version": "0.66.0",
+ "version": "0.67.0",
5
"repository": {
6
"type": "git",
7
"url": "git+https://github.com/effekt-lang/effekt.git"
pom.xml
@@ -7,7 +7,7 @@
<groupId>de.bstudios</groupId>
8
<artifactId>Effekt</artifactId>
9
<name>Effekt</name>
10
- <version>0.66.0</version>
+ <version>0.67.0</version>
11
<modelVersion>4.0.0</modelVersion>
12
13
<dependencies>
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.66.0" }
+object EffektVersion { lazy val effektVersion = "0.67.0" }
0 commit comments