1.0.0-SNAPSHOT

This commit is contained in:
Erik C. Thauvin 2024-12-25 18:18:14 -08:00
parent b95e1541fb
commit f0ccff6529
Signed by: erik
GPG key ID: 776702A6A2DA330E
4 changed files with 10 additions and 5 deletions

View file

@ -60,7 +60,7 @@ public class JokeApiBuild extends Project {
public JokeApiBuild() {
pkg = "net.thauvin.erik";
name = "jokeapi";
version = version(0, 9, 2, "SNAPSHOT");
version = version(1, 0, 0, "SNAPSHOT");
javaRelease = 11;
downloadSources = true;