summary refs log tree commit diff
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
parent41599161faf4ff8627f75a4acaa57d6f0b7f0928 (diff)
[5.1] Version 5.1
-rw-r--r--src/Locales.hs2
-rw-r--r--tazblog.cabal2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/Locales.hs b/src/Locales.hs
index a800bbf847..b0467d76dc 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]
diff --git a/tazblog.cabal b/tazblog.cabal
index 9e41ad5d7b..f687f1217c 100644
--- a/tazblog.cabal
+++ b/tazblog.cabal
@@ -1,5 +1,5 @@
 Name:                tazblog
-Version:             5.1-beta
+Version:             5.1
 Synopsis:            Tazjin's Blog
 License:             MIT
 License-file:        LICENSE