Skip to content

Commit

Permalink
update oh version in rake
Browse files Browse the repository at this point in the history
Signed-off-by: Jimmy Tanagra <[email protected]>
  • Loading branch information
jimtng authored and ccutrer committed Jul 15, 2024
1 parent 89891b8 commit 1fd56ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rakelib/openhab.rake
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ require "net/http"
# Disabled due to part of buid / potentially refactor into classes
# rubocop: disable Rake/MethodDefinitionInTask Legacy code
namespace :openhab do
@openhab_version = ENV["OPENHAB_VERSION"] || "4.2.0-SNAPSHOT"
@openhab_version = ENV["OPENHAB_VERSION"] || "4.3.0-SNAPSHOT"
@port_numbers = {
ssh: { port: ENV["OPENHAB_SSH_PORT"] || 8101, config: "org.apache.karaf.shell:sshPort" },
lsp: { port: ENV["OPENHAB_LSP_PORT"] || 5007, config: "org.openhab.lsp:port" }
Expand Down

0 comments on commit 1fd56ad

Please sign in to comment.