Skip to content

Commit

Permalink
Add version 6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
SweetVishnya committed Jan 21, 2021
1 parent 82ea700 commit 7c5d4cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ropgadget/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
##

MAJOR_VERSION = 6
MINOR_VERSION = 4
MINOR_VERSION = 5
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.4"
version = "6.5"

setup(
name = package_name,
Expand Down

0 comments on commit 7c5d4cf

Please sign in to comment.