mirror of
https://github.com/openhab/openhab-addons.git
synced 2025-01-10 15:11:59 +01:00
Update OH version in skeleton scripts (#11820)
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
This commit is contained in:
parent
0f2d9367e4
commit
b77a85fcc5
@ -10,7 +10,7 @@ IF %ARGC% NEQ 3 (
|
||||
exit /B 1
|
||||
)
|
||||
|
||||
SET OpenhabVersion="3.2.0-SNAPSHOT"
|
||||
SET OpenhabVersion="3.3.0-SNAPSHOT"
|
||||
|
||||
SET BindingIdInCamelCase=%~1
|
||||
SET BindingIdInLowerCase=%BindingIdInCamelCase%
|
||||
|
@ -2,7 +2,7 @@
|
||||
|
||||
[ $# -lt 3 ] && { echo "Usage: $0 <BindingIdInCamelCase> <Author> <GitHub Username>"; exit 1; }
|
||||
|
||||
openHABVersion=3.2.0-SNAPSHOT
|
||||
openHABVersion=3.3.0-SNAPSHOT
|
||||
|
||||
camelcaseId=$1
|
||||
id=`echo $camelcaseId | tr '[:upper:]' '[:lower:]'`
|
||||
|
Loading…
Reference in New Issue
Block a user