We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f8803f commit 30525a9Copy full SHA for 30525a9
pom.xml
@@ -4,7 +4,7 @@
4
<modelVersion>4.0.0</modelVersion>
5
<groupId>io.simplelocalize</groupId>
6
<artifactId>simplelocalize-cli</artifactId>
7
- <version>2.8.0-alpha</version>
+ <version>2.8.0</version>
8
<packaging>jar</packaging>
9
<name>simplelocalize-cli</name>
10
<description>Official SimpleLocalize Command Line Interface</description>
src/main/java/io/simplelocalize/cli/Version.java
@@ -3,7 +3,7 @@
3
public class Version
{
- public static final String NUMBER = "2.8.0-alpha";
+ public static final String NUMBER = "2.8.0";
private Version()
0 commit comments