From 24e80aedaa717ac6c713d183bcf17c8402e59504 Mon Sep 17 00:00:00 2001 From: Tyler Akins Date: Wed, 5 Apr 2023 20:55:16 -0500 Subject: [PATCH] Bumping version 2.3.0 was already tagged --- mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mo b/mo index dac2979..a27dc13 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.3.0" +MO_VERSION="2.4.0" # If sourced, load all functions. # If executed, perform the actions as expected.