Version 0.9.2

This commit is contained in:
Erik C. Thauvin 2024-01-30 22:53:38 -08:00
parent 6eb69f7367
commit 6bf968b8d0

View file

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