Skip to content

Commit

Permalink
Add Core::V4_3 constant
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 Aug 25, 2024
1 parent 04e75a2 commit cc7b883
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/openhab/core.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ module Core
V4_1 = Gem::Version.new("4.1.0").freeze
# @!visibility private
V4_2 = Gem::Version.new("4.2.0").freeze
# @!visibility private
V4_3 = Gem::Version.new("4.3.0").freeze

# @return [Gem::Version] Returns the current openHAB version as a Gem::Version object
# Note, this strips off snapshots, milestones and RC versions and returns the release version.
Expand Down

0 comments on commit cc7b883

Please sign in to comment.