From 8e9fd680d49e9e091a0b50460905d36de4241624 Mon Sep 17 00:00:00 2001 From: Tyler Akins Date: Wed, 5 Apr 2023 21:14:19 -0500 Subject: [PATCH] Fixing a test, release 2.4.1 --- mo | 2 +- tests/help.expected | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mo b/mo index a27dc13..e6d729d 100755 --- a/mo +++ b/mo @@ -1108,7 +1108,7 @@ moUsage() { # Save the original command's path for usage later MO_ORIGINAL_COMMAND="$(cd "${BASH_SOURCE[0]%/*}" || exit 1; pwd)/${BASH_SOURCE[0]##*/}" -MO_VERSION="2.4.0" +MO_VERSION="2.4.1" # If sourced, load all functions. # If executed, perform the actions as expected. diff --git a/tests/help.expected b/tests/help.expected index 9bf4de9..d1a770d 100644 --- a/tests/help.expected +++ b/tests/help.expected @@ -25,4 +25,4 @@ Options: Load FILE into the environment before processing templates. Can be used multiple times. -MO_VERSION=2.2.0 +MO_VERSION=2.4.1