Version 1.1.11

This commit is contained in:
Erik C. Thauvin 2025-01-31 14:07:34 -08:00
parent e7fac3130b
commit 25bce33323
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, 10);
version = version(1, 1, 11);
javaRelease = 17;