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 ff8aace commit de03704Copy full SHA for de03704
1 file changed
src/main/java/net/olympiccode/vhackos/bot/core/vHackOSBot.java
@@ -43,7 +43,7 @@ public class vHackOSBot {
43
static Logger LOG = LoggerFactory.getLogger("vHackOSBot");
44
ConfigFile config = new ConfigFile();
45
AdvancedConfigFile advConfig = new AdvancedConfigFile();
46
- double curVersion = 1.13;
+ double curVersion = 1.14;
47
private long startTime = 0;
48
49
public static void main(String[] args) {
0 commit comments