Version 0.9.1

This commit is contained in:
Erik C. Thauvin 2024-01-30 23:08:02 -08:00
parent c8853c39fb
commit 249a4f03eb
3 changed files with 4 additions and 4 deletions

View file

@ -35,7 +35,7 @@ public class CheckstyleOperationBuild extends Project {
public CheckstyleOperationBuild() {
pkg = "rife.bld.extension";
name = "CheckstyleOperation";
version = version(0, 9, 1, "SNAPSHOT");
version = version(0, 9, 1);
javaRelease = 17;
downloadSources = true;