Skip to content

Commit

Permalink
fix version update
Browse files Browse the repository at this point in the history
  • Loading branch information
samosvat committed Aug 10, 2018
1 parent 5297b01 commit 763143e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion fix.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@


__author__ = 'samosvat'
__version__ = '1.3.3'
__version__ = '1.3.4'


import logging
Expand Down
2 changes: 1 addition & 1 deletion prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"""

__author__ = 'samosvat'
__version__ = '1.3.3'
__version__ = '1.3.4'


import sys
Expand Down
2 changes: 1 addition & 1 deletion readconfig.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
"""Config reader for ZTC"""

__author__ = 'samosvat'
__version__ = '1.3.3'
__version__ = '1.3.4'


import configparser
Expand Down
2 changes: 1 addition & 1 deletion scan.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"""Zabbix vulnerability assessment plugin."""

__author__ = 'samosvat'
__version__ = '1.3.3'
__version__ = '1.3.4'

import argparse
import json
Expand Down

0 comments on commit 763143e

Please sign in to comment.