diff --git a/Cargo.lock b/Cargo.lock
index 4592a6efdee301577efee470bb3768c08c1b49b0..717626a0ab7f974f86995f296d8c148946f81fbe 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -959,7 +959,7 @@ dependencies = [
 
 [[package]]
 name = "simple-http-server"
-version = "0.6.6"
+version = "0.6.7"
 dependencies = [
  "chrono",
  "clap",
diff --git a/Cargo.toml b/Cargo.toml
index 42837b799a5599d0cc6cdd4767a1a8d1a4104a7c..0ac1352068aac7c9a554c62fa0481342f045c267 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "simple-http-server"
-version = "0.6.6"
+version = "0.6.7"
 authors = ["thewawar <thewawar@gmail.com>"]
 license = "MIT"
 description = "Simple HTTP server"