diff --git a/code/__DEFINES/tgs.dm b/code/__DEFINES/tgs.dm index 70b7cacac1a..2562bfe4d34 100644 --- a/code/__DEFINES/tgs.dm +++ b/code/__DEFINES/tgs.dm @@ -1,6 +1,6 @@ // tgstation-server DMAPI -#define TGS_DMAPI_VERSION "5.2.8" +#define TGS_DMAPI_VERSION "5.2.9" // All functions and datums outside this document are subject to change with any version and should not be relied on. diff --git a/code/modules/tgs/v5/README.md b/code/modules/tgs/v5/README.md index 5f8d711fcd4..5b48d57a1f0 100644 --- a/code/modules/tgs/v5/README.md +++ b/code/modules/tgs/v5/README.md @@ -1,4 +1,4 @@ -# DMAPI V4 +# DMAPI V5 This DMAPI implements bridge requests using HTTP GET requests to TGS. It has no security restrictions.