about summary refs log tree commit diff
diff options
context:
space:
mode:
Diffstat (limited to '')
-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 e4aaca5b1e..10cce8389f 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]
 
diff --git a/tazblog.cabal b/tazblog.cabal
index 6fc29176f2..ee759dfb04 100644
--- a/tazblog.cabal
+++ b/tazblog.cabal
@@ -1,5 +1,5 @@
 Name:                tazblog
-Version:             5.0-beta
+Version:             5.0
 Synopsis:            Tazjin's Blog
 License:             MIT
 License-file:        LICENSE