about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--TazBlog.cabal2
-rw-r--r--src/Locales.hs2
2 files changed, 2 insertions, 2 deletions
diff --git a/TazBlog.cabal b/TazBlog.cabal
index 7397701ac827..06378b6f14a1 100644
--- a/TazBlog.cabal
+++ b/TazBlog.cabal
@@ -1,5 +1,5 @@
 Name:                TazBlog
-Version:             3.3.1
+Version:             3.4
 Synopsis:            Tazjin's Blog
 License-file:        LICENSE
 Author:              Vincent Ambo
diff --git a/src/Locales.hs b/src/Locales.hs
index e7f87afa466f..8e2149fa7463 100644
--- a/src/Locales.hs
+++ b/src/Locales.hs
@@ -16,7 +16,7 @@ import    BlogDB (BlogLang (..))
 
 data BlogError = NotFound | DBError
 
-version = "3.3.1"
+version = "3.4"
 
 allLang = [EN, DE]