From 1344ab5e4f4ac0ac81ad4974f66e28f33fdafc29 Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Fri, 22 Oct 2021 23:34:34 +0200 Subject: [PATCH] release: Wrap up version 2 Signed-off-by: David Sommerseth --- version.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/version.py b/version.py index e98df92..ae62ff5 100644 --- a/version.py +++ b/version.py @@ -1,8 +1,8 @@ # OpenVPN Connector Setup # - Configure OpenVPN 3 Linux for OpenVPN Cloud # -# Copyright (C) 2020 OpenVPN Inc. -# Copyright (C) 2020 David Sommerseth +# Copyright (C) 2020 - 2021 OpenVPN Inc. +# Copyright (C) 2020 - 2021 David Sommerseth # # This program is free software: you can redistribute it and/or modify # it under the terms of the GNU Affero General Public License as @@ -18,4 +18,4 @@ # along with this program. If not, see . # -ocs_version='1' +ocs_version='2'