Fix snapshot version number
This commit is contained in:
parent
c8aee7158c
commit
747010a193
2 changed files with 2 additions and 2 deletions
|
@ -52,7 +52,7 @@ public class SemverBuild extends Project {
|
|||
public SemverBuild() {
|
||||
pkg = "net.thauvin.erik";
|
||||
name = "SemVer";
|
||||
version = version(1, 2, 2, "SNAPSHOT");
|
||||
version = version(1, 2, 1, "SNAPSHOT");
|
||||
|
||||
var description = "Semantic Version Annotation Processor";
|
||||
var url = "https://github.com/ethauvin/semver";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue