Version 1.1.8

This commit is contained in:
Erik C. Thauvin 2024-11-29 07:37:53 -08:00
parent 21edab586b
commit 586e4a0e19
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -31,7 +31,7 @@ public class PmdOperationBuild extends Project {
public PmdOperationBuild() {
pkg = "rife.bld.extension";
name = "bld-pmd";
version = version(1, 1, 7);
version = version(1, 1, 8);
javaRelease = 17;