mirror of
https://github.com/DreamExposure/DisCal-Discord-Bot.git
synced 2026-02-11 05:58:26 -06:00
version number bump
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -6,7 +6,7 @@
|
||||
|
||||
<groupId>com.cloudcraftgaming</groupId>
|
||||
<artifactId>DisCal</artifactId>
|
||||
<version>2.0.0</version>
|
||||
<version>2.1.0</version>
|
||||
|
||||
<properties>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
|
||||
@@ -28,7 +28,7 @@ import java.util.Properties;
|
||||
*/
|
||||
@SuppressWarnings("ThrowableNotThrown")
|
||||
public class Main {
|
||||
public static String version = "2.0.0";
|
||||
public static String version = "2.1.0";
|
||||
|
||||
public static void main(String[] args) throws IOException {
|
||||
//Get bot settings
|
||||
|
||||
Reference in New Issue
Block a user