Revert "Version set to 0.7.0"

This reverts commit b396c5c49e.
This commit is contained in:
Paul Campbell 2018-06-26 22:25:27 +01:00
parent b396c5c49e
commit d929995151
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>0.7.0</version>
<version>RELEASE</version>
</dependency>
```

View file

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