Skip to content

Commit 5286a2a

Browse files
committed
Version bump: v1.5.1
1 parent 25f2db0 commit 5286a2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

exe2hex.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/env python3
22

3-
# Name: exe2hex v1.5 (2017-06-09) ~ Codename: hEXE
3+
# Name: exe2hex v1.5.1 (2019-02-18) ~ Codename: hEXE
44
# Author: g0tmilk ~ https://blog.g0tmi1k.com/
55
# Licence: MIT License ~ http://opensource.org/licenses/MIT
66
# Credit to: exe2bat.exe & https://github.com/acjsec/exe2bam
@@ -16,7 +16,7 @@
1616

1717
import urllib.parse
1818

19-
version = '1.5'
19+
version = '1.5.1'
2020

2121

2222
###################

0 commit comments

Comments
 (0)