Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
epinna committed Aug 29, 2016
1 parent 3fe87f3 commit b201bcb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Example

```
$ ./tplmap.py -u 'http://www.target.com/app?id=7'
[+] Tplmap 0.1
[+] Tplmap 0.2
Automatic Server-Side Template Injection Detection and Exploitation Tool
[+] Testing if GET parameter 'id' is injectable
Expand Down
2 changes: 1 addition & 1 deletion tplmap.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from core.channel import Channel
from utils.loggers import log

version = '0.1'
version = '0.2'

def main():

Expand Down

0 comments on commit b201bcb

Please sign in to comment.