Fixed snapshot version number

This commit is contained in:
Erik C. Thauvin 2023-11-11 21:45:11 -08:00
parent bcc5fe2cb7
commit e999001831
2 changed files with 20 additions and 39 deletions

View file

@ -28,7 +28,7 @@ public class BitlyShortenBuild extends Project {
public BitlyShortenBuild() {
pkg = "net.thauvin.erik";
name = "bitly-shorten";
version = version(1, 0, 2, "SNAPSHOT");
version = version(1, 0, 1, "SNAPSHOT");
javaRelease = 11;
downloadSources = true;