From 14421bd791feebb5b22debc669a985eb106b538a Mon Sep 17 00:00:00 2001 From: Kevin van Zonneveld Date: Tue, 29 Aug 2023 12:44:13 +0200 Subject: [PATCH] Update version --- main.sh | 2 +- src/ini_val.sh | 2 +- src/megamount.sh | 2 +- src/parse_url.sh | 2 +- src/templater.sh | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/main.sh b/main.sh index afb98f6..66af014 100755 --- a/main.sh +++ b/main.sh @@ -7,7 +7,7 @@ # # LOG_LEVEL=7 ./main.sh -f /tmp/x -d (change this for your script) # -# Based on a template by BASH3 Boilerplate vv2.7.0 +# Based on a template by BASH3 Boilerplate vv2.7.1 # http://bash3boilerplate.sh/#authors # # The MIT License (MIT) diff --git a/src/ini_val.sh b/src/ini_val.sh index 75cf392..ef3922f 100755 --- a/src/ini_val.sh +++ b/src/ini_val.sh @@ -19,7 +19,7 @@ # # ini_val.sh data.ini connection.host 127.0.0.1 "Host name or IP address" # -# Based on a template by BASH3 Boilerplate vv2.7.0 +# Based on a template by BASH3 Boilerplate vv2.7.1 # http://bash3boilerplate.sh/#authors # # The MIT License (MIT) diff --git a/src/megamount.sh b/src/megamount.sh index 604059f..1fbd474 100644 --- a/src/megamount.sh +++ b/src/megamount.sh @@ -20,7 +20,7 @@ # # megamount.sh smb://janedoe:abc123@192.168.0.1/documents /mnt/documents # -# Based on a template by BASH3 Boilerplate vv2.7.0 +# Based on a template by BASH3 Boilerplate vv2.7.1 # http://bash3boilerplate.sh/#authors # # The MIT License (MIT) diff --git a/src/parse_url.sh b/src/parse_url.sh index 7b9d90a..2c7d13f 100644 --- a/src/parse_url.sh +++ b/src/parse_url.sh @@ -18,7 +18,7 @@ # # parse_url.sh 'http://johndoe:abc123@example.com:8080/index.html' # -# Based on a template by BASH3 Boilerplate vv2.7.0 +# Based on a template by BASH3 Boilerplate vv2.7.1 # http://bash3boilerplate.sh/#authors # # The MIT License (MIT) diff --git a/src/templater.sh b/src/templater.sh index d2a54d3..936934c 100755 --- a/src/templater.sh +++ b/src/templater.sh @@ -16,7 +16,7 @@ # # ALLOW_REMAINDERS=1 templater.sh input.cfg output.cfg # -# Based on a template by BASH3 Boilerplate vv2.7.0 +# Based on a template by BASH3 Boilerplate vv2.7.1 # http://bash3boilerplate.sh/#authors # # The MIT License (MIT)