Skip to content

Commit

Permalink
Version bump 2.4 (#13)
Browse files Browse the repository at this point in the history
This release adds support for both python2 and python3 versions of OpenVPN AS
  • Loading branch information
xdesai authored Sep 16, 2020
1 parent 908e9cd commit 963c5e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion duo_openvpn_as.py
Original file line number Diff line number Diff line change
Expand Up @@ -521,7 +521,7 @@ def connect(self):

### duo_openvpn_as.py integration code:

__version__ = '2.3'
__version__ = '2.4'

def log(msg):
msg = 'Duo OpenVPN_AS: %s' % msg
Expand Down

0 comments on commit 963c5e4

Please sign in to comment.