From 5a49fe990033cecd4d33431211c08e42437e3fdc Mon Sep 17 00:00:00 2001 From: Tyler Akins Date: Sun, 16 Jun 2024 21:13:43 -0500 Subject: [PATCH] Releasing 3.0.6 --- mo | 2 +- tests/help | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mo b/mo index f9ca7e8..a1d1e28 100755 --- a/mo +++ b/mo @@ -1977,7 +1977,7 @@ mo::tokenizeTagContentsSingleQuote() { # Save the original command's path for usage later MO_ORIGINAL_COMMAND="$(cd "${BASH_SOURCE[0]%/*}" || exit 1; pwd)/${BASH_SOURCE[0]##*/}" -MO_VERSION="3.0.5" +MO_VERSION="3.0.6" # If sourced, load all functions. # If executed, perform the actions as expected. diff --git a/tests/help b/tests/help index 1d4ba29..78e6c49 100755 --- a/tests/help +++ b/tests/help @@ -94,7 +94,7 @@ This is open source! Please feel free to contribute. https://github.com/tests-always-included/mo -MO_VERSION=3.0.5 +MO_VERSION=3.0.6 EOF }