bump 0.1.2.5
[htalkat.git] / Version.hs
blobc5ae1d425f3f087a17ef900572b1e61bef29a70f
1 -- This file is part of htalkat
2 -- Copyright (C) 2021 Martin Bays <mbays@sdf.org>
3 --
4 -- This program is free software: you can redistribute it and/or modify
5 -- it under the terms of version 3 of the GNU General Public License as
6 -- published by the Free Software Foundation, or any later version.
7 --
8 -- You should have received a copy of the GNU General Public License
9 -- along with this program. If not, see http://www.gnu.org/licenses/.
11 {-# LANGUAGE Safe #-}
13 module Version where
15 programName :: String
16 programName = "htalkat"
18 version :: String
19 version = "0.1.2.5"