Changed client version

This commit is contained in:
JKetelaar
2014-07-20 18:58:55 +02:00
parent e260f12d8f
commit 912751afb6
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -14,8 +14,7 @@ import java.io.IOException;
/** /**
* Parabot v2 * Parabot v2
* *
* @author Everel/Parnassian/Clisprail * @author Everel/Parnassian/Clisprail, Paradox, Matt, Dane
* @author Matt, Dane, Paradox
* @version 2.09 * @version 2.09
*/ */
public final class Landing { public final class Landing {
@@ -16,6 +16,6 @@ public class Configuration {
public static final String GET_BOT_VERSION = "http://bot.parabot.org/version.txt"; public static final String GET_BOT_VERSION = "http://bot.parabot.org/version.txt";
public static final String REGISTRATION_PAGE = "http://www.parabot.org/community/index.php?app=core&module=global&section=register"; public static final String REGISTRATION_PAGE = "http://www.parabot.org/community/index.php?app=core&module=global&section=register";
public static final double BOT_VERSION = 2.09; public static final double BOT_VERSION = 2.1;
} }