diff --git a/franz.cabal b/franz.cabal
--- a/franz.cabal
+++ b/franz.cabal
@@ -1,5 +1,5 @@
 cabal-version:  2.0
-version:        0.3
+version:        0.3.0.1
 name:           franz
 description:    Please see the README on GitHub at <https://github.com/fumieval/franz#readme>
 homepage:       https://github.com/fumieval/franz#readme
diff --git a/src/Database/Franz/Server.hs b/src/Database/Franz/Server.hs
--- a/src/Database/Franz/Server.hs
+++ b/src/Database/Franz/Server.hs
@@ -159,7 +159,7 @@
             Nothing -> respondLoop livePrefix path
             -- Mount a squashfs image and increment the counter
             Just prefix | src <- prefix </> path -> do
-              -- ^ check if an archive exists
+              -- check if an archive exists
               exist <- doesFileExist src
               if exist
                 then withSharedResource vMounts path
