Bumped to bld 1.9.0

This commit is contained in:
Erik C. Thauvin 2024-02-26 02:57:16 -08:00
parent 69ed2b9a5c
commit 5a8c37b687
10 changed files with 12 additions and 12 deletions

View file

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