Updated bld badge

This commit is contained in:
Erik C. Thauvin 2023-08-21 07:43:18 -07:00
parent ed4241f270
commit b69faf34d6
2 changed files with 3 additions and 3 deletions

View file

@ -34,7 +34,7 @@ public class TestNgOperationBuild extends Project {
public TestNgOperationBuild() {
pkg = "rife.bld.extension";
name = "bld-testng";
version = version(0, 9, 1);
version = version(0, 9, 2, "SNAPSHOT");
javaRelease = 17;
downloadSources = true;