Version set to 0.7.0

This commit is contained in:
Paul Campbell 2018-06-26 22:20:55 +01:00
parent 1e85a14165
commit b396c5c49e
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ TypeAlias, Maybe and Result for Java
<dependency>
<groupId>net.kemitix</groupId>
<artifactId>mon</artifactId>
<version>RELEASE</version>
<version>0.7.0</version>
</dependency>
```

View file

@ -6,7 +6,7 @@
<groupId>net.kemitix</groupId>
<artifactId>mon</artifactId>
<version>DEV-SNAPSHOT</version>
<version>0.7.0</version>
<properties>
<java.version>1.8</java.version>