File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @effekt-lang/effekt" ,
3
3
"author" : " Jonathan Brachthäuser" ,
4
- "version" : " 0.43 .0" ,
4
+ "version" : " 0.44 .0" ,
5
5
"repository" : {
6
6
"type" : " git" ,
7
7
"url" : " git+https://github.com/effekt-lang/effekt.git"
Original file line number Diff line number Diff line change 7
7
<groupId >de.bstudios</groupId >
8
8
<artifactId >Effekt</artifactId >
9
9
<name >Effekt</name >
10
- <version >0.43 .0</version >
10
+ <version >0.44 .0</version >
11
11
<modelVersion >4.0.0</modelVersion >
12
12
13
13
<dependencies >
Original file line number Diff line number Diff line change 1
1
// Don't change this file without changing the CI too!
2
2
import sbt .*
3
3
import sbt .Keys .*
4
- object EffektVersion { lazy val effektVersion = " 0.43 .0" }
4
+ object EffektVersion { lazy val effektVersion = " 0.44 .0" }
You can’t perform that action at this time.
0 commit comments