Browse Source

Bump WebAPI version

adaptive-webui-19844
Vladimir Golovnev (Glassez) 4 years ago
parent
commit
5b495e2f51
No known key found for this signature in database
GPG Key ID: 52A2C7DEE2DFA6F7
  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, 7, 0};
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 8, 0};
class APIController;
class WebApplication;

Loading…
Cancel
Save