about summary refs log tree commit diff
path: root/src/Locales.hs
diff options
context:
space:
mode:
authorVincent Ambo <vincent@kivra.com>2015-11-21T01·56+0100
committerVincent Ambo <vincent@kivra.com>2015-11-21T01·56+0100
commit4fa4e20f9bae085ba129b96121ec6dbd9e9f27fb (patch)
tree9b872c059a83adb2ddc5e5a40a9d8ad6da257a48 /src/Locales.hs
parentc1bdfe5a66a9d6f2f0a0c1e9d1f3ae28a12e8feb (diff)
[5.1-beta] Begin beta branch
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 b326da648f9c..2b578e094ce1 100644
--- a/src/Locales.hs
+++ b/src/Locales.hs
@@ -12,7 +12,7 @@ import           BlogDB      (BlogLang (..))
 
 data BlogError = NotFound | DBError
 
-version = "5.0.1"
+version = "5.1-beta"
 
 allLang = [EN, DE]