From 00233d4e7c838cf08a3b2c89c967b75743ccc9fd Mon Sep 17 00:00:00 2001 From: Kyle Date: Tue, 27 Feb 2024 11:31:42 +0100 Subject: [PATCH] Bump version number Bump version number to 2.2.12 --- protonvpn_cli/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protonvpn_cli/constants.py b/protonvpn_cli/constants.py index d788635..c29eec7 100644 --- a/protonvpn_cli/constants.py +++ b/protonvpn_cli/constants.py @@ -18,4 +18,4 @@ OVPN_FILE = os.path.join(CONFIG_DIR, "connect.ovpn") PASSFILE = os.path.join(CONFIG_DIR, "pvpnpass") CLIENT_SUFFIX = "plc" # ProtonVPN Linux Community -VERSION = "2.2.10" +VERSION = "2.2.12"