Version 2.0.0

This commit is contained in:
Erik C. Thauvin 2025-03-16 21:51:06 -07:00
parent feb7c73505
commit 7917f411cd
Signed by: erik
GPG key ID: 776702A6A2DA330E
3 changed files with 7 additions and 7 deletions

View file

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