Skip to content

Commit

Permalink
Version 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
timschumi committed Oct 29, 2019
1 parent 29ef5ba commit b0edf3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/chttp.h
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "GarrysMod/Lua/Interface.h"
#include "http.h"

#define CHTTP_VERSION "1.0"
#define CHTTP_VERSION "1.1"

bool processRequest(HTTPRequest request);
void runFailedHandler(GarrysMod::Lua::ILuaBase *LUA, int handler, std::string reason);
Expand Down

0 comments on commit b0edf3b

Please sign in to comment.