Browse Source

Merge pull request #11474 from sledgehammer999/webui_bump

Bump Web API version
adaptive-webui-19844
sledgehammer999 5 years ago committed by GitHub
parent
commit
bd3f723ebf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  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