Browse Source

Bump Web API version

Closes #11403
adaptive-webui-19844
sledgehammer999 5 years ago
parent
commit
eff0208382
No known key found for this signature in database
GPG Key ID: 6E4A2D025B7CC9A2
  1. 2
      src/webui/webapplication.h

2
src/webui/webapplication.h

@ -43,7 +43,7 @@ @@ -43,7 +43,7 @@
#include "base/utils/net.h"
#include "base/utils/version.h"
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 2, 1};
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 3, 0};
class APIController;
class WebApplication;

Loading…
Cancel
Save