diff options
author | Kristina Birk <kristina@duosecurity.com> | 2017-08-16 10:45:59 -0400 |
---|---|---|
committer | Kristina Birk <kristina@duosecurity.com> | 2017-08-16 11:33:40 -0400 |
commit | 1fbe960350aa05cbbe88580c79b18f6a19a5f87b (patch) | |
tree | 980e59207ef8ce993e2d683b7855dcd4c08a28be | |
parent | bfd3bbd09e6630b0052045cdcddbf44c1d2ac5f9 (diff) | |
download | openvpn-duo-plugin-1fbe960350aa05cbbe88580c79b18f6a19a5f87b.tar.gz openvpn-duo-plugin-1fbe960350aa05cbbe88580c79b18f6a19a5f87b.zip |
Add version tags to duo_openvpn
Summary: added 2.1 and 2.2 version tags bumped to 2.2
-rwxr-xr-x | duo_openvpn.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/duo_openvpn.py b/duo_openvpn.py index 6121137..eb3a55c 100755 --- a/duo_openvpn.py +++ b/duo_openvpn.py @@ -4,7 +4,7 @@ # Duo OpenVPN # Copyright 2013 Duo Security, Inc. -__version__ = '2.1' +__version__ = '2.2' import base64 import email.utils |