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>
<groupId>com.dorkbox</groupId>
<artifactId>MessageBus</artifactId>
<version>1.16</version>
<version>1.17</version>
</dependency>
```

View File

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