Version 0.9.4

This commit is contained in:
Erik C. Thauvin 2024-01-30 23:52:04 -08:00
parent d5d1b64038
commit accae48297
3 changed files with 4 additions and 4 deletions

View file

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