diff options
author | Vincent Ambo <tazjin@gmail.com> | 2015-11-19T21·34+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2015-11-19T21·34+0100 |
commit | c60a85638820ac94ee7232515fe87d76f54893a7 (patch) | |
tree | 219c68216dafbb28ab7dc78da4a345d0625cca0d /src | |
parent | 850d8d79a7829ca6f4feed0b4e89f1e1e328d4a0 (diff) |
Version 5.0 \o/
Diffstat (limited to 'src')
-rw-r--r-- | src/Locales.hs | 2 |
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] |