1.0.16-SNAPSHOT

This commit is contained in:
Erik C. Thauvin 2025-05-28 14:15:19 -07:00
parent f61a4ee188
commit f8f0887375
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -37,7 +37,7 @@ public class CheckstyleOperationBuild extends Project {
public CheckstyleOperationBuild() {
pkg = "rife.bld.extension";
name = "CheckstyleOperation";
version = version(1, 0, 15);
version = version(1, 0, 16, "SNAPSHOT");
javaRelease = 17;