Version 0.9.0

This commit is contained in:
Erik C. Thauvin 2023-10-22 14:47:54 -07:00
parent 496a4ae75d
commit 609b34784e
2 changed files with 3 additions and 3 deletions

View file

@ -35,7 +35,7 @@ public class ExecOperationBuild extends Project {
public ExecOperationBuild() {
pkg = "rife.bld.extension";
name = "ExecOperation";
version = version(0, 9, 0, "SNAPSHOT");
version = version(0, 9, 0);
javaRelease = 17;
downloadSources = true;