Skip to content

Commit

Permalink
Add version 7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
SweetVishnya committed Aug 31, 2022
1 parent 8068e74 commit 3cb2420
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ropgadget/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
## http://shell-storm.org/project/ROPgadget/
##

MAJOR_VERSION = 6
MINOR_VERSION = 9
MAJOR_VERSION = 7
MINOR_VERSION = 0
PYROPGADGET_VERSION = "ROPgadget v%d.%d" % (MAJOR_VERSION, MINOR_VERSION)
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ def fullsplit(path, result=None):
elif filenames:
data_files.append([dirpath, [os.path.join(dirpath, f) for f in filenames]])

version = "6.9"
version = "7.0"

setup(
name = package_name,
Expand Down

0 comments on commit 3cb2420

Please sign in to comment.