Browse Source

Bump Web API version

adaptive-webui-19844
sledgehammer999 4 years ago
parent
commit
480e732694
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, 5, 0};
constexpr Utils::Version<int, 3, 2> API_VERSION {2, 5, 1};
class APIController;
class WebApplication;

Loading…
Cancel
Save