Version 0.9.4

This commit is contained in:
Erik C. Thauvin 2024-01-30 23:34:44 -08:00
parent 39a981cbd4
commit 5a028425fb
4 changed files with 5 additions and 5 deletions

View file

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