Skip to content

Commit

Permalink
Update minor version
Browse files Browse the repository at this point in the history
  • Loading branch information
omriher committed Sep 18, 2016
1 parent d76873c commit 3756598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CTCore.py
Expand Up @@ -35,7 +35,7 @@
plugins_folder = "plugins/"
pcap_file = ""
VERSION = "0.3"
BUILD = "11"
BUILD = "13"
ABOUT = "CapTipper v" + VERSION + " b" + BUILD + " - Malicious HTTP traffic explorer tool" + newLine + \
"Copyright 2015 Omri Herscovici <omriher@gmail.com>" + newLine

Expand Down Expand Up @@ -625,4 +625,4 @@ def run_plugin(name, *args):
else:
return "Plugin " + name + " Does not exist"
except Exception,e:
print str(e)
print str(e)

0 comments on commit 3756598

Please sign in to comment.