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 7c79f70 commit 5cf7e50Copy full SHA for 5cf7e50
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>deoldsax</groupId>
5
<artifactId>Ilias</artifactId>
6
- <version>v1.1.1</version>
+ <version>v1.2.0</version>
7
8
<properties>
9
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -138,4 +138,4 @@
138
</plugin>
139
</plugins>
140
</build>
141
-</project>
+</project>
src/main/java/control/VersionValidator.java
@@ -17,7 +17,7 @@
17
18
public class VersionValidator {
19
private final int YES = 0;
20
- private final String VERSION = "v1.1.1";
+ private final String VERSION = "v1.2.0";
21
private String LATEST_VERSION;
22
private Logger LOGGER = Logger.getLogger(getClass());
23
0 commit comments