Version 1.0.2

This commit is contained in:
Erik C. Thauvin 2025-01-14 12:16:08 -08:00
parent a3217e271b
commit 040a4681e5
Signed by: erik
GPG key ID: 776702A6A2DA330E
3 changed files with 15 additions and 2 deletions

View file

@ -33,7 +33,7 @@ public class SpringBootBuild extends Project {
public SpringBootBuild() {
pkg = "rife.bld.extension";
name = "bld-spring-boot";
version = version(1, 0, 1);
version = version(1, 0, 2);
javaRelease = 17;