Bumping version

This commit is contained in:
Tyler Akins 2023-09-10 08:11:54 -05:00
parent 84d17268c9
commit 54b2184b70
No known key found for this signature in database
GPG Key ID: 8F3B8C432F4393BD
2 changed files with 2 additions and 2 deletions

2
mo
View File

@ -1949,7 +1949,7 @@ mo::tokenizeTagContentsSingleQuote() {
# 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="3.0.2" MO_VERSION="3.0.3"
# 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

@ -93,7 +93,7 @@ This is open source! Please feel free to contribute.
https://github.com/tests-always-included/mo https://github.com/tests-always-included/mo
MO_VERSION=3.0.2 MO_VERSION=3.0.3
EOF EOF
} }