Bumped to version 0.9.6-SNAPSHOT

This commit is contained in:
Erik C. Thauvin 2024-04-17 17:07:48 -07:00
parent 599190aae1
commit 0ee3b482c0
Signed by: erik
GPG key ID: 776702A6A2DA330E
4 changed files with 6 additions and 4 deletions

View file

@ -25,6 +25,8 @@ public class SampleBuild extends Project {
mainClass = "com.example.SampleMain";
version = version(1, 0, 1, "rc1");
javaRelease = 17;
autoDownloadPurge = true;
downloadSources = true;