Version 0.9.2

This commit is contained in:
Erik C. Thauvin 2023-10-22 14:52:50 -07:00
parent e0afec2955
commit b56f684ac8
5 changed files with 8 additions and 8 deletions

View file

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