diff --git a/xsh.sh b/xsh.sh index d4ddfb0..5d429c8 100644 --- a/xsh.sh +++ b/xsh.sh @@ -27,7 +27,7 @@ # # shellcheck shell=sh disable=SC1090 disable=SC1007 disable=SC3043 -XSH_VERSION='0.3.0' +XSH_VERSION='0.3.1' # Figure out the name of the current shell. XSHELL="${ZSH_NAME:-${0##*/}}"