diff options
| author | Xander Desai <xdesai@duosecurity.com> | 2019-12-18 13:19:21 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-12-18 13:19:21 -0500 |
| commit | 5e2d67998d913eac38086cb04f8c747ddc8e2c1f (patch) | |
| tree | d0b0fb9f0ecb3bd716b26f49ed8d497e19a8ac05 | |
| parent | d0d47c7959f4c5193b767ddea8b0affc25ca40f0 (diff) | |
| download | openvpn-duo-plugin-5e2d67998d913eac38086cb04f8c747ddc8e2c1f.tar.gz openvpn-duo-plugin-5e2d67998d913eac38086cb04f8c747ddc8e2c1f.zip | |
Version bump for 2.3 (#30)
| -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 cb01827..e1da97a 100755 --- a/duo_openvpn.py +++ b/duo_openvpn.py @@ -4,7 +4,7 @@ # Duo OpenVPN # Copyright 2013 Duo Security, Inc. -__version__ = '2.2' +__version__ = '2.3' import base64 import email.utils |
