Set openHAB to correct version in binding skeleton scripts. (#14061)

Signed-off-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
This commit is contained in:
Hilbrand Bouwkamp
2022-12-26 10:17:42 +01:00
committed by GitHub
parent 6cd59e4c94
commit 605574b600
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ IF %ARGC% NEQ 3 (
exit /B 1
)
SET OpenhabVersion="3.4.0-SNAPSHOT"
SET OpenhabVersion="4.0.0-SNAPSHOT"
SET BindingIdInCamelCase=%~1
SET BindingIdInLowerCase=%BindingIdInCamelCase%