From 15e2aa6f910643510a23bd89a6b375304a42694f Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 13 Feb 2019 00:29:48 -0800 Subject: Update version for 2.2.4 release Signed-off-by: Zac Medico --- mirrorselect.8 | 2 +- mirrorselect/version.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mirrorselect.8 b/mirrorselect.8 index e84e133..7db8c0c 100644 --- a/mirrorselect.8 +++ b/mirrorselect.8 @@ -1,4 +1,4 @@ -.TH "mirrorselect" "8" "2.2.3" +.TH "mirrorselect" "8" "2.2.4" .SH "NAME" .LP diff --git a/mirrorselect/version.py b/mirrorselect/version.py index 60d33ac..abb971b 100644 --- a/mirrorselect/version.py +++ b/mirrorselect/version.py @@ -25,5 +25,5 @@ Distributed under the terms of the GNU General Public License v2 """ -version = "2.2.3-git" +version = "2.2.4-git" -- cgit v1.2.3-65-gdbad