From 54b2184b70c0f57661f5d3e872a6683fe5719c71 Mon Sep 17 00:00:00 2001 From: Tyler Akins Date: Sun, 10 Sep 2023 08:11:54 -0500 Subject: [PATCH] Bumping version --- mo | 2 +- tests/help | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mo b/mo index 1b8a609..bcac978 100755 --- a/mo +++ b/mo @@ -1949,7 +1949,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.2" +MO_VERSION="3.0.3" # If sourced, load all functions. # If executed, perform the actions as expected. diff --git a/tests/help b/tests/help index c38218c..bdf5d3a 100755 --- a/tests/help +++ b/tests/help @@ -93,7 +93,7 @@ This is open source! Please feel free to contribute. https://github.com/tests-always-included/mo -MO_VERSION=3.0.2 +MO_VERSION=3.0.3 EOF }