From 3afed0a38555d07081cc43a6815127325c862380 Mon Sep 17 00:00:00 2001 From: Oleg Hahm Date: Thu, 16 Mar 2023 19:11:56 +0100 Subject: [PATCH] update version string in main script --- wttr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wttr b/wttr index 430bfc7..57a5cd5 100755 --- a/wttr +++ b/wttr @@ -14,7 +14,7 @@ #Update 1.53: add a parameters '-t' current forecast and '-n' current weather #Update 1.54: spell check and added some optional parameters for -help, -today, -now -wttr_ver="1.54_2021-09-03" #define script version +wttr_ver="1.55" #define script version GITHUB_REPO_URL="https://github.com/cblte/bash-script-wttr" URL="https://wttr.in/"