about summary refs log tree commit diff
path: root/src/Locales.hs
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2015-11-23T15·36+0100
committerVincent Ambo <tazjin@gmail.com>2015-11-23T15·36+0100
commit35dba3b2114248dabe23a3ad2a177b4de909994f (patch)
treea0439f7448ad4fbb9bbace9ec9e01daa5fbf32b3 /src/Locales.hs
parent6138a8b0f8bd57c8793e8cfd1ee0da5d76a472d6 (diff)
[5.1.1] Add meta-description tag
Diffstat (limited to 'src/Locales.hs')
-rw-r--r--src/Locales.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Locales.hs b/src/Locales.hs
index b0467d76dc51..92acb215f8c0 100644
--- a/src/Locales.hs
+++ b/src/Locales.hs
@@ -8,7 +8,7 @@ import           Network.URI
 
 data BlogError = NotFound | UnknownError
 
-version = "5.1"
+version = "5.1.1"
 
 blogTitle :: BlogLang -> Text -> Text
 blogTitle DE s = T.concat ["Tazjins blog", s]