Update OH version in skeleton scripts (#10910)
Signed-off-by: Wouter Born <github@maindrain.net>
This commit is contained in:
@@ -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:]'`
|
||||
|
||||
Reference in New Issue
Block a user