Updated version information

This commit is contained in:
nathan 2017-02-21 14:43:48 +01:00
parent a7c705913c
commit 4b32b84da7
2 changed files with 2 additions and 2 deletions

View File

@ -142,7 +142,7 @@ Maven Info
<dependency> <dependency>
<groupId>com.dorkbox</groupId> <groupId>com.dorkbox</groupId>
<artifactId>MessageBus</artifactId> <artifactId>MessageBus</artifactId>
<version>1.16</version> <version>1.17</version>
</dependency> </dependency>
``` ```

View File

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