From ff669930823f9311ce2e0df387f6c33a5c62d971 Mon Sep 17 00:00:00 2001
From: "effekt-updater[bot]"
<181701480+effekt-updater[bot]@users.noreply.github.com>
Date: Mon, 16 Dec 2024 03:45:08 +0000
Subject: [PATCH] Bump version to 0.14.0
---
package.json | 2 +-
pom.xml | 2 +-
project/EffektVersion.scala | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/package.json b/package.json
index 54af68e15..33ed2f9dd 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "@effekt-lang/effekt",
"author": "Jonathan Brachthäuser",
- "version": "0.13.0",
+ "version": "0.14.0",
"repository": {
"type": "git",
"url": "git+https://github.com/effekt-lang/effekt.git"
diff --git a/pom.xml b/pom.xml
index be08200da..5fccb3829 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
de.bstudios
Effekt
Effekt
- 0.13.0
+ 0.14.0
4.0.0
diff --git a/project/EffektVersion.scala b/project/EffektVersion.scala
index 5b896a07d..721c68d61 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.13.0" }
+object EffektVersion { lazy val effektVersion = "0.14.0" }