about summary refs log tree commit diff
path: root/src/Locales.hs
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2015-11-19T17·31+0100
committerVincent Ambo <tazjin@gmail.com>2015-11-19T17·31+0100
commit0f6ff6310ed93b6221120f23ec085c1b7951de5b (patch)
tree5fa5217906701b7a32c0b916370e72680892ba97 /src/Locales.hs
parent71b2ccd9275bacc789bce7f94d5792a24598460b (diff)
[5.0-beta] Split into library and executable
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 b387171abe63..e4aaca5b1ef8 100644
--- a/src/Locales.hs
+++ b/src/Locales.hs
@@ -14,7 +14,7 @@ import           BlogDB      (BlogLang (..))
 
 data BlogError = NotFound | DBError
 
-version = "4.2"
+version = "5.0-beta"
 
 allLang = [EN, DE]