summary refs log tree commit diff
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
parentc1bdfe5a66a9d6f2f0a0c1e9d1f3ae28a12e8feb (diff)
[5.1-beta] Begin beta branch
-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 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]
 
diff --git a/tazblog.cabal b/tazblog.cabal
index 5de69e26b445..9220241ba662 100644
--- a/tazblog.cabal
+++ b/tazblog.cabal
@@ -1,5 +1,5 @@
 Name:                tazblog
-Version:             5.0.1
+Version:             5.1-beta
 Synopsis:            Tazjin's Blog
 License:             MIT
 License-file:        LICENSE