Update version in create binding skeleton scripts (#15589)

Fixed the bug where you could not compile since the parent openHAB version was wrong in the build conf.

Signed-off-by: Cedric Skwar <cdrc@skwar.me>
This commit is contained in:
Cédric Skwar
2023-09-13 19:34:15 +02:00
committed by GitHub
parent e2709ba2ca
commit 7da3012134
2 changed files with 2 additions and 2 deletions

View File

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