Version 0.9.0

This commit is contained in:
Erik C. Thauvin 2024-01-31 00:17:29 -08:00
parent 16330bc989
commit ab8c71ebf2
3 changed files with 3 additions and 3 deletions

View file

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