Release 2.4.0-BETA

This commit is contained in:
ceze88 2023-03-29 21:37:33 +02:00
parent 640db6e344
commit fec0d9fd64
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<groupId>com.songoda</groupId>
<artifactId>UltimateStacker</artifactId>
<modelVersion>4.0.0</modelVersion>
<version>2.4.0-DEV</version>
<version>2.4.0-BETA</version>
<build>
<defaultGoal>clean install</defaultGoal>
<finalName>UltimateStacker-${project.version}</finalName>
@ -122,7 +122,7 @@
<dependency>
<groupId>com.songoda</groupId>
<artifactId>SongodaCore</artifactId>
<version>2.6.18</version>
<version>2.6.19-DEV</version>
<scope>compile</scope>
</dependency>