about summary refs log tree commit diff
path: root/src/Locales.hs
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2015-11-21T18·09+0100
committerVincent Ambo <tazjin@gmail.com>2015-11-21T18·09+0100
commit9b403a625f0f3cef650cb860725d8dec3a3b8919 (patch)
tree7a580c6b40510b50b7ebb7df6412f5a2b35ebd0f /src/Locales.hs
parent41599161faf4ff8627f75a4acaa57d6f0b7f0928 (diff)
[5.1] Version 5.1
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 a800bbf847cd..b0467d76dc51 100644
--- a/src/Locales.hs
+++ b/src/Locales.hs
@@ -8,7 +8,7 @@ import           Network.URI
 
 data BlogError = NotFound | UnknownError
 
-version = "5.1-beta"
+version = "5.1"
 
 blogTitle :: BlogLang -> Text -> Text
 blogTitle DE s = T.concat ["Tazjins blog", s]