show 2.1.0 for mo usage

This commit is contained in:
ynqa 2020-08-06 00:01:09 +09:00
parent 0e6247e9e9
commit bdb795bddf

2
mo
View File

@ -1052,7 +1052,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.0.4"
MO_VERSION="2.1.0"
# If sourced, load all functions.
# If executed, perform the actions as expected.