From 823dd74dfc9cdfee5072c8595619b669625f5942 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Tue, 16 Jul 2019 22:07:56 -0700 Subject: Update version for 2.2.5 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 5bdb43d..8f0f56e 100644 --- a/mirrorselect.8 +++ b/mirrorselect.8 @@ -1,4 +1,4 @@ -.TH "mirrorselect" "8" "2.2.5" +.TH "mirrorselect" "8" "2.2.6" .SH "NAME" .LP diff --git a/mirrorselect/version.py b/mirrorselect/version.py index fefb0df..ce4f7f4 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.5-git" +version = "2.2.6-git" -- cgit v1.2.3-65-gdbad