From 797224c65a96464fab6ad75ef598e77acecaebe9 Mon Sep 17 00:00:00 2001 From: Rob Greene Date: Mon, 30 Oct 2023 12:59:39 -0500 Subject: [PATCH] Bumping minor version since there is an enhancement. --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 18dbafb..844f347 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,7 +1,7 @@ # Universal bastools version number. Used for: # - Naming JAR file. # - The build will insert this into a file that is read at run time as well. -version=0.3.2-SNAPSHOT +version=0.4.0 # Maven Central Repository G and A of GAV coordinate. :-) group=net.sf.applecommander