You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -388,7 +388,7 @@ public void boot() throws Exception {
388
388
api.setTunnelID(tunnelID);
389
389
}
390
390
391
-
if (Float.parseFloat(tunnelData.getString("version")) > App.VERSION) {
391
+
if (Float.valueOf(tunnelData.getString("version")) > App.VERSION) {
392
392
System.err.println("A new version (" + tunnelData.getString("version") + ") is available for download at https://testingbot.com\nYou have version " + App.VERSION);
0 commit comments