Skip to content

Commit

Permalink
Upd version
Browse files Browse the repository at this point in the history
  • Loading branch information
joente committed Jun 26, 2023
1 parent 4314fc1 commit e323153
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions lib/check/tunnel.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ async def check_tunnel(
for itm in root.find('result/SSL-VPN')]

return {
'gateway': [gateway],
'ipsec': [ipsec],
'sslvpn': [sslvpn]
'gateway': gateway,
'ipsec': ipsec,
'sslvpn': sslvpn,
}
2 changes: 1 addition & 1 deletion lib/version.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Version string. Examples:
# '3.0.0'
# '3.0.0-alpha9'
__version__ = '3.0.1'
__version__ = '3.0.2-alpha0'

0 comments on commit e323153

Please sign in to comment.