Release v0.47.0
diff --git a/docs-src/config.toml b/docs-src/config.toml
index 525192c..395d66b 100644
--- a/docs-src/config.toml
+++ b/docs-src/config.toml
@@ -4,7 +4,7 @@
 
 [site]
 title = "cpp-httplib"
-version = "0.46.1"
+version = "0.47.0"
 hostname = "https://yhirose.github.io"
 base_path = "/cpp-httplib"
 footer_message = "© 2026 Yuji Hirose. All rights reserved."
diff --git a/httplib.h b/httplib.h
index bf3a0fa..c265ddd 100644
--- a/httplib.h
+++ b/httplib.h
@@ -8,8 +8,8 @@
 #ifndef CPPHTTPLIB_HTTPLIB_H
 #define CPPHTTPLIB_HTTPLIB_H
 
-#define CPPHTTPLIB_VERSION "0.46.1"
-#define CPPHTTPLIB_VERSION_NUM "0x002e01"
+#define CPPHTTPLIB_VERSION "0.47.0"
+#define CPPHTTPLIB_VERSION_NUM "0x002f00"
 
 #ifdef _WIN32
 #if defined(_WIN32_WINNT) && _WIN32_WINNT < 0x0A00