Version 1.0.4

This commit is contained in:
Erik C. Thauvin 2025-01-14 11:49:10 -08:00
parent 5d66266fa9
commit e1eb395012
Signed by: erik
GPG key ID: 776702A6A2DA330E
3 changed files with 15 additions and 2 deletions

View file

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