1 Commits
2.4.0 ... 2.4.1

Author SHA1 Message Date
Tyler Akins
8e9fd680d4 Fixing a test, release 2.4.1 2023-04-05 21:14:19 -05:00
2 changed files with 2 additions and 2 deletions

2
mo
View File

@@ -1108,7 +1108,7 @@ moUsage() {
# Save the original command's path for usage later # Save the original command's path for usage later
MO_ORIGINAL_COMMAND="$(cd "${BASH_SOURCE[0]%/*}" || exit 1; pwd)/${BASH_SOURCE[0]##*/}" 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 sourced, load all functions.
# If executed, perform the actions as expected. # If executed, perform the actions as expected.

View File

@@ -25,4 +25,4 @@ Options:
Load FILE into the environment before processing templates. Load FILE into the environment before processing templates.
Can be used multiple times. Can be used multiple times.
MO_VERSION=2.2.0 MO_VERSION=2.4.1