diff --git a/Hledger/Web/Options.hs b/Hledger/Web/Options.hs
--- a/Hledger/Web/Options.hs
+++ b/Hledger/Web/Options.hs
@@ -15,7 +15,7 @@
 
 progname = Hledger.Cli.progname ++ "-web"
 -- progversion = progversionstr progname
-progversion = progname ++ "-" ++ "0.16.2"
+progversion = progname ++ "-" ++ "0.16.3"
 
 defbaseurlexample = (reverse $ drop 4 $ reverse $ defbaseurl defport) ++ "PORT"
 
diff --git a/hledger-web.cabal b/hledger-web.cabal
--- a/hledger-web.cabal
+++ b/hledger-web.cabal
@@ -1,5 +1,5 @@
 name:           hledger-web
-version: 0.16.2
+version: 0.16.3
 category:       Finance
 synopsis:       A web interface for the hledger accounting tool.
 description:    
diff --git a/routes b/routes
--- a/routes
+++ b/routes
@@ -1,5 +1,5 @@
 /static          StaticR         Static getStatic
-/favicon.ico     FaviconR        GET
+-- /favicon.ico     FaviconR        GET
 /robots.txt      RobotsR         GET
 /                RootR           GET
 /journal         JournalR        GET POST
