Version 1.2.1

This commit is contained in:
Erik C. Thauvin 2025-02-28 11:08:20 -08:00
parent cfbeeeb5c7
commit 67ce6546fe
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, 2, 0);
version = version(1, 2, 1);
javaRelease = 17;