From dd00dd421274ff77b550c99589779bb095a1b0d8 Mon Sep 17 00:00:00 2001 From: Raphael Horber Date: Fri, 12 Feb 2021 11:08:01 +0100 Subject: [PATCH] Bump version to 1.14 --- modman | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modman b/modman index 41db9f7..3a2bd6d 100755 --- a/modman +++ b/modman @@ -21,7 +21,7 @@ # - The following common utilities must be locatable in your $PATH # grep (POSIX), find, ln, cp, basename, dirname, readlink -version="1.12" +version="1.14" script=${0##*/} usage="\ Module Manager (v$version)