diff --git a/Yesod/Core/Internal/Run.hs b/Yesod/Core/Internal/Run.hs
--- a/Yesod/Core/Internal/Run.hs
+++ b/Yesod/Core/Internal/Run.hs
@@ -296,7 +296,7 @@
 getGetMaxExpires :: MonadIO m => m (IO Text)
 getGetMaxExpires = liftIO $ mkAutoUpdate defaultUpdateSettings
   { updateAction = liftM (formatRFC1123 . addUTCTime (60*60*24*365)) getCurrentTime
-  , updateFreq = 60 * 60 * 1000000 -- ^ Update once per hour
+  , updateFreq = 60 * 60 * 1000000 -- Update once per hour
   }
 
 yesodRender :: Yesod y
diff --git a/yesod-core.cabal b/yesod-core.cabal
--- a/yesod-core.cabal
+++ b/yesod-core.cabal
@@ -1,5 +1,5 @@
 name:            yesod-core
-version:         1.4.4.3
+version:         1.4.4.4
 license:         MIT
 license-file:    LICENSE
 author:          Michael Snoyman <michael@snoyman.com>
