From bdb795bddf44a6e28e34cbda3b325ebd0f164516 Mon Sep 17 00:00:00 2001 From: ynqa Date: Thu, 6 Aug 2020 00:01:09 +0900 Subject: [PATCH] show 2.1.0 for mo usage --- mo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mo b/mo index 1ae7707..9797937 100755 --- a/mo +++ b/mo @@ -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.