Version 0.9.3

This commit is contained in:
Erik C. Thauvin 2023-10-22 14:46:52 -07:00
parent dd302a54e1
commit aea77d6216
4 changed files with 8 additions and 8 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, 3, "SNAPSHOT");
version = version(0, 9, 3);
javaRelease = 17;
downloadSources = true;