Skip to content

Commit

Permalink
Merge pull request #14275 from glassez/webapi-version
Browse files Browse the repository at this point in the history
Bump WebAPI version
  • Loading branch information
glassez authored Jan 24, 2021
2 parents e169c0c + 5b495e2 commit 50c0092
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/webapplication.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 50c0092

Please sign in to comment.