From 2838292021b9daa89a8587e7e9a0444fe7d504a7 Mon Sep 17 00:00:00 2001 From: sgleizes Date: Wed, 21 Dec 2022 23:45:39 +0100 Subject: [PATCH] Bump version to 0.4.0 --- xsh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsh.sh b/xsh.sh index 93ac396..c089f88 100644 --- a/xsh.sh +++ b/xsh.sh @@ -27,7 +27,7 @@ # # shellcheck shell=sh disable=SC1090 disable=SC1007 disable=SC3043 -XSH_VERSION='0.3.2' +XSH_VERSION='0.4.0' # Figure out the name of the current shell. XSHELL="${ZSH_NAME:-${0##*/}}"