From 7406d7a0afccfd6ab743ee7cc94d5322296d7ddf Mon Sep 17 00:00:00 2001 From: Geert Bevin Date: Sat, 21 Oct 2023 08:24:47 -0400 Subject: [PATCH] Updated version to 1.7.6-SNAPSHOT. Minor tweak to help formatting. --- src/main/java/rife/bld/operations/HelpOperation.java | 2 +- src/main/resources/BLD_VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/java/rife/bld/operations/HelpOperation.java b/src/main/java/rife/bld/operations/HelpOperation.java index b008e56..828430a 100644 --- a/src/main/java/rife/bld/operations/HelpOperation.java +++ b/src/main/java/rife/bld/operations/HelpOperation.java @@ -81,7 +81,7 @@ public void executePrintOverviewHelp() { perform specific tasks. The help command provides more information about the other commands. - Usage : help [command] + Usage: help [command] The following commands are supported. """); diff --git a/src/main/resources/BLD_VERSION b/src/main/resources/BLD_VERSION index 5849151..6620470 100644 --- a/src/main/resources/BLD_VERSION +++ b/src/main/resources/BLD_VERSION @@ -1 +1 @@ -1.7.5 \ No newline at end of file +1.7.6-SNAPSHOT \ No newline at end of file