Merge pull request #40 from ynqa/show-latest-version

fix: show latest version for usage of mo
This commit is contained in:
Tyler Akins 2020-08-05 11:37:38 -08:00 committed by GitHub
commit 65f12277e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
mo
View File

@ -1058,7 +1058,7 @@ moUsage() {
# 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="2.0.4" MO_VERSION="2.1.0"
# If sourced, load all functions. # If sourced, load all functions.
# If executed, perform the actions as expected. # If executed, perform the actions as expected.