Skip to content

Commit

Permalink
Bump internal version
Browse files Browse the repository at this point in the history
  • Loading branch information
dfranx committed Feb 15, 2021
1 parent ff894c1 commit b404b0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SHADERed/Objects/WebAPI.h
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace ed {
class WebAPI {
public:
static const std::string URL;
static const int InternalVersion = 19;
static const int InternalVersion = 20;
static const char* Version;

// info that /api/search will return
Expand Down

0 comments on commit b404b0b

Please sign in to comment.