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:
@@ -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%
|
||||
|
||||
Reference in New Issue
Block a user