Update OH version in skeleton scripts (#10910)

Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
Wouter Born
2021-06-28 11:00:31 +02:00
committed by GitHub
parent bebab9ce29
commit 4378e95acc
2 changed files with 2 additions and 2 deletions

View File

@@ -2,7 +2,7 @@
[ $# -lt 3 ] && { echo "Usage: $0 <BindingIdInCamelCase> <Author> <GitHub Username>"; exit 1; }
openHABVersion=3.1.0-SNAPSHOT
openHABVersion=3.2.0-SNAPSHOT
camelcaseId=$1
id=`echo $camelcaseId | tr '[:upper:]' '[:lower:]'`