Browse Source

Bump Web API version

adaptive-webui-19844
Thomas Piccirello 5 years ago
parent
commit
92ed5c76f3
  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, 5, 1};
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 6, 0};
class APIController;
class WebApplication;

Loading…
Cancel
Save