Skip to content

Commit

Permalink
Increase API version to 6
Browse files Browse the repository at this point in the history
Signed-off-by: Laurent Garnier <[email protected]>
  • Loading branch information
lolodomo committed Nov 23, 2023
1 parent d45ed0f commit 299fe49
Showing 1 changed file with 7 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,11 @@ public class RESTConstants {

public static final String JAX_RS_NAME = "openhab";

public static final String API_VERSION = "5";
/**
* Version of the openHAB API
*
* Version 6: Extend support to ISO8601 format for sitemap chart period parameter (see
* https://github.com/openhab/openhab-core/pull/3863)
*/
public static final String API_VERSION = "6";
}

0 comments on commit 299fe49

Please sign in to comment.