Version 1.0.3

This commit is contained in:
Erik C. Thauvin 2024-08-30 11:58:07 -07:00
parent bb518c02c7
commit 6b47dfb139
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, 3, "SNAPSHOT");
version = version(1, 0, 3);
javaRelease = 17;