Bump version mark to 18

This commit is contained in:
Alex Hultman
2020-06-03 07:59:15 +02:00
parent e4f81e16ea
commit df14af9713
+1 -1
View File
@@ -86,7 +86,7 @@ private:
void writeMark() { void writeMark() {
#ifndef UWS_HTTPRESPONSE_NO_WRITEMARK #ifndef UWS_HTTPRESPONSE_NO_WRITEMARK
/* We only expose major version */ /* We only expose major version */
writeHeader("uWebSockets", "17"); writeHeader("uWebSockets", "18");
#endif #endif
} }