Changed version to 1.1.1

This commit is contained in:
ByteDream 2020-12-10 20:08:25 +01:00
parent ab80172d2d
commit 2de12fbbbf

View File

@ -1,6 +1,6 @@
/**
* @author ByteDream
* @version 1.1
* @version 1.1.1
*/
package org.bytedream.untisbot;
@ -26,7 +26,7 @@ import java.util.HashSet;
*/
public class Main {
public static final String version = "1.1";
public static final String version = "1.1.1";
private static Logger logger;
private static Connection connection;