diff options
author | Vincent Ambo <vincent@spotify.com> | 2014-08-22T13·56+0200 |
---|---|---|
committer | Vincent Ambo <vincent@spotify.com> | 2014-08-22T13·56+0200 |
commit | 56609f1f59d84d78dfd1a897ee3e9d04768d3bab (patch) | |
tree | ef678d4f87827c6d1819ed44ea4c901dd07d1bc5 /src/Locales.hs | |
parent | 2c0eecc9aa0496318a4ccf6205c32a41aa2b9970 (diff) |
v4.2: Bump SafeCopy versions of types
Diffstat (limited to 'src/Locales.hs')
-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 796ab9d0df0f..576ef11ce799 100644 --- a/src/Locales.hs +++ b/src/Locales.hs @@ -14,7 +14,7 @@ import BlogDB (BlogLang (..)) data BlogError = NotFound | DBError -version = "4.1" +version = "4.2" allLang = [EN, DE] |