about summary refs log tree commit diff
path: root/src/Locales.hs
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2015-11-19T21·34+0100
committerVincent Ambo <tazjin@gmail.com>2015-11-19T21·34+0100
commitc60a85638820ac94ee7232515fe87d76f54893a7 (patch)
tree219c68216dafbb28ab7dc78da4a345d0625cca0d /src/Locales.hs
parent850d8d79a7829ca6f4feed0b4e89f1e1e328d4a0 (diff)
Version 5.0 \o/
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 e4aaca5b1ef8..10cce8389f4b 100644
--- a/src/Locales.hs
+++ b/src/Locales.hs
@@ -14,7 +14,7 @@ import           BlogDB      (BlogLang (..))
 
 data BlogError = NotFound | DBError
 
-version = "5.0-beta"
+version = "5.0"
 
 allLang = [EN, DE]