This repository has been archived by the owner on Sep 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
## [4.44.0](4.43.3...4.44.0) (2022-07-31) ### Features * **rule:** add tags to rules ([d5c29de](d5c29de)) * **rules:** improve rule name inference ([a0b30ec](a0b30ec)) ### Code Refactoring * standardize on java format for java class references ([ae519bf](ae519bf)) ### Build System * change the default openhab version to 3.3.0 ([1fb42d0](1fb42d0))
- Loading branch information
1 parent
0c62734
commit 7255ede
Showing
3 changed files
with
20 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,5 @@ | |
# | ||
module OpenHAB | ||
# @return [String] Version of OpenHAB helper libraries | ||
VERSION = '4.43.3' | ||
VERSION = '4.44.0' | ||
end |