From c417691dd58e1ce77547f59f5ad5b53a1fbd0d42 Mon Sep 17 00:00:00 2001 From: Pieter Smets Date: Fri, 12 Nov 2021 09:18:13 +0100 Subject: [PATCH] fixed version --- thermmode-unifi.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/thermmode-unifi.sh b/thermmode-unifi.sh index 4aa430e..009d882 100755 --- a/thermmode-unifi.sh +++ b/thermmode-unifi.sh @@ -23,7 +23,7 @@ set -e SCRIPT=$( basename "$0" ) # Current version from git -VERSION=$( git describe --tag --abbrev=0 2>&1 ) +VERSION="v0.2.2" #------------------------------------------------------------------------------- @@ -435,7 +435,7 @@ do ;; -h|--help) usage ;; - -v|--verbose) DO_VERB=1; + -v|--verbose) DO_VERB=1 ;; -V|--version) version ;; @@ -452,7 +452,6 @@ then badUsage "Illegal number of arguments" fi - # # Set UNIFI and NETATMO variables #