Version 1.0.5-SNAPSHOT

This commit is contained in:
Erik C. Thauvin 2025-01-27 13:16:50 -08:00
parent 00299f685c
commit 8dda26e7ef
Signed by: erik
GPG key ID: 776702A6A2DA330E

View file

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