From a44b54186b7c6479c38163e5c7706d1fcab876f5 Mon Sep 17 00:00:00 2001 From: g2 Date: Wed, 28 Sep 2022 14:40:45 -0500 Subject: [PATCH] Version bump, 1.0.3 --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 1a3ac36..88f6835 100755 --- a/install.sh +++ b/install.sh @@ -1,4 +1,4 @@ -version="${1:-1.0.2}" +version="${1:-1.0.3}" vernum=$(echo $version | sed 's/[.][.]*//g' ) bashrc=~/.bashrc zshrc=~/.zshrc