From 7d04b2929c85c848b37f686673536061a46cb7b4 Mon Sep 17 00:00:00 2001 From: sgleizes Date: Fri, 14 Jan 2022 20:09:37 +0100 Subject: [PATCH] Bump version to 0.3.2 --- xsh.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xsh.sh b/xsh.sh index d3cb054..2d40d3b 100644 --- a/xsh.sh +++ b/xsh.sh @@ -27,7 +27,7 @@ # # shellcheck shell=sh disable=SC1090 disable=SC1007 disable=SC3043 -XSH_VERSION='0.3.1' +XSH_VERSION='0.3.2' # Figure out the name of the current shell. XSHELL="${ZSH_NAME:-${0##*/}}"