Skip to content

Commit

Permalink
Bump version to 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
effekt-updater[bot] committed Nov 4, 2024
1 parent 19b36bf commit 430e8a1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@effekt-lang/effekt",
"author": "Jonathan Brachthäuser",
"version": "0.7.0",
"version": "0.8.0",
"repository": {
"type": "git",
"url": "git+https://github.com/effekt-lang/effekt.git"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>de.bstudios</groupId>
<artifactId>Effekt</artifactId>
<name>Effekt</name>
<version>0.7.0</version>
<version>0.8.0</version>
<modelVersion>4.0.0</modelVersion>

<dependencies>
Expand Down
2 changes: 1 addition & 1 deletion project/EffektVersion.scala
Original file line number Diff line number Diff line change
@@ -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.7.0" }
object EffektVersion { lazy val effektVersion = "0.8.0" }

0 comments on commit 430e8a1

Please sign in to comment.