Skip to content

Commit

Permalink
fixed version
Browse files Browse the repository at this point in the history
  • Loading branch information
psmsmets committed Nov 12, 2021
1 parent 69dba1d commit c417691
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions thermmode-unifi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"


#-------------------------------------------------------------------------------
Expand Down Expand Up @@ -435,7 +435,7 @@ do
;;
-h|--help) usage
;;
-v|--verbose) DO_VERB=1;
-v|--verbose) DO_VERB=1
;;
-V|--version) version
;;
Expand All @@ -452,7 +452,6 @@ then
badUsage "Illegal number of arguments"
fi


#
# Set UNIFI and NETATMO variables
#
Expand Down

0 comments on commit c417691

Please sign in to comment.