Skip to content

Commit

Permalink
Update the default OH version in rake (#372)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimtng authored Dec 23, 2024
1 parent 0f042e1 commit 6f5bb23
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.3.0-SNAPSHOT"
@openhab_version = ENV["OPENHAB_VERSION"] || "5.0.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 6f5bb23

Please sign in to comment.