diff --git a/mongoose.h b/mongoose.h
index 3104507f47a132eb137be07812b8dec3f6f6b391..eecbbeff17b385d6aadaefdbea04fb32609663ee 100644
--- a/mongoose.h
+++ b/mongoose.h
@@ -23,7 +23,7 @@
 #ifndef CS_MONGOOSE_SRC_COMMON_H_
 #define CS_MONGOOSE_SRC_COMMON_H_
 
-#define MG_VERSION "6.10"
+#define MG_VERSION "6.11"
 
 /* Local tweaks, applied before any of Mongoose's own headers. */
 #ifdef MG_LOCALS
diff --git a/src/mg_common.h b/src/mg_common.h
index a38121856a28c59475fef7433828048c8c0f4f48..81ecdf974c22c06f7d2892276998c0dfe55ec90a 100644
--- a/src/mg_common.h
+++ b/src/mg_common.h
@@ -20,7 +20,7 @@
 #ifndef CS_MONGOOSE_SRC_COMMON_H_
 #define CS_MONGOOSE_SRC_COMMON_H_
 
-#define MG_VERSION "6.10"
+#define MG_VERSION "6.11"
 
 /* Local tweaks, applied before any of Mongoose's own headers. */
 #ifdef MG_LOCALS