From b0edf3bc01b5abddd9c0d6a39e89096e949e27fd Mon Sep 17 00:00:00 2001 From: Tim Schumacher Date: Tue, 29 Oct 2019 19:18:55 +0100 Subject: [PATCH] Version 1.1 --- src/chttp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/chttp.h b/src/chttp.h index 33b0d10..98343a7 100644 --- a/src/chttp.h +++ b/src/chttp.h @@ -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);