1.0.5-SNAPSHOT

This commit is contained in:
Erik C. Thauvin 2025-02-25 09:57:31 -08:00
parent 211983dab0
commit 451f4a2cdb
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

@ -33,7 +33,7 @@ public class ExecOperationBuild extends Project {
public ExecOperationBuild() {
pkg = "rife.bld.extension";
name = "ExecOperation";
version = version(1, 0, 4);
version = version(1, 0, 5, "SNAPSHOT");
javaRelease = 17;