updated version

This commit is contained in:
nathan 2016-03-11 04:03:35 +01:00
parent 4b97653b78
commit 06e68fb21a

View File

@ -107,7 +107,7 @@ class MessageBus implements IMessageBus {
*/ */
public static public static
String getVersion() { String getVersion() {
return "1.9"; return "1.12";
} }
private final ErrorHandler errorHandler; private final ErrorHandler errorHandler;