From 7268ac5c2e06732668cdfaa62a9eb2be9fea17e3 Mon Sep 17 00:00:00 2001 From: Zac Medico Date: Wed, 23 Jan 2019 10:14:54 -0800 Subject: Update version for 2.2.3 release Signed-off-by: Zac Medico --- mirrorselect.8 | 2 +- mirrorselect/version.py | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/mirrorselect.8 b/mirrorselect.8 index 3a1e304..e84e133 100644 --- a/mirrorselect.8 +++ b/mirrorselect.8 @@ -1,4 +1,4 @@ -.TH "mirrorselect" "8" "2.2.2" +.TH "mirrorselect" "8" "2.2.3" .SH "NAME" .LP diff --git a/mirrorselect/version.py b/mirrorselect/version.py index ce110c9..60d33ac 100644 --- a/mirrorselect/version.py +++ b/mirrorselect/version.py @@ -5,7 +5,7 @@ """Mirrorselect 2.x Tool for selecting Gentoo source and rsync mirrors. -Copyright 2012 Gentoo Foundation +Copyright 2012-2019 Gentoo Authors Copyright (C) 2012 Brian Dolbec @@ -25,5 +25,5 @@ Distributed under the terms of the GNU General Public License v2 """ -version = "2.2.2-git" +version = "2.2.3-git" -- cgit v1.2.3-65-gdbad