Skip to content

Commit 9a94802

Browse files
author
Sascha Schirra
committed
version changes
1 parent b4f0157 commit 9a94802

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ropper/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
from ropper.arch import ARM,ARM64, ARMTHUMB, x86, x86_64, PPC, PPC64, MIPS, MIPS64, MIPSBE, MIPS64BE, ARMBE
4343
import traceback
4444
app_options = None
45-
VERSION=[1,13,5]
45+
VERSION=[1,13,6]
4646

4747

4848
def start(args):

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup, find_packages
22

33

4-
version = '1.13.5'
4+
version = '1.13.6'
55
package_name = "ropper"
66
package_dir = "ropper"
77
package_description = """Show information about files in different file formats and find gadgets to build rop chains for different architectures.

0 commit comments

Comments
 (0)