Skip to content

Commit

Permalink
Bumped to version 0.9.5-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
ethauvin committed May 10, 2024
1 parent 1ca4d5b commit f8b84a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bld/java/rife/bld/extension/SpringBootBuild.java
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public class SpringBootBuild extends Project {
public SpringBootBuild() {
pkg = "rife.bld.extension";
name = "bld-spring-boot";
version = version(0, 9, 4);
version = version(0, 9, 5, "SNAPSHOT");

javaRelease = 17;

Expand Down

0 comments on commit f8b84a9

Please sign in to comment.