updated version

This commit is contained in:
nathan 2017-09-22 09:34:38 +02:00
parent 9457275c4d
commit 8fb54965c3
2 changed files with 2 additions and 2 deletions

View File

@ -76,7 +76,7 @@ Maven Info
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>Notify</artifactId>
<version>3.6</version>
<version>3.7</version>
</dependency>
</dependencies>
```

View File

@ -93,7 +93,7 @@ class Notify {
*/
public static
String getVersion() {
return "3.6";
return "3.7";
}
/**