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"