diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Locales.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Locales.hs b/src/Locales.hs index b49434303658..e7f87afa466f 100644 --- a/src/Locales.hs +++ b/src/Locales.hs @@ -16,7 +16,7 @@ import BlogDB (BlogLang (..)) data BlogError = NotFound | DBError -version = "3.3" +version = "3.3.1" allLang = [EN, DE] |