Version 1.1.6

This commit is contained in:
Erik C. Thauvin 2024-09-29 04:34:30 -07:00
parent 592c0c514d
commit f46d75c2fe
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, 5);
version = version(1, 1, 6);
javaRelease = 17;