diff options
author | Malfurious <m@lfurio.us> | 2024-05-19 17:25:34 -0400 |
---|---|---|
committer | Malfurious <m@lfurio.us> | 2024-05-19 17:51:40 -0400 |
commit | 518e5b7d2b7ca1330d7e4a6576d4380798421988 (patch) | |
tree | 718d9f11e07274f11b63b1cfcb1487c2c4387e9f | |
parent | 3f5532857807d628a5dadaf5c30a384f873878ea (diff) | |
download | sploit-518e5b7d2b7ca1330d7e4a6576d4380798421988.tar.gz sploit-518e5b7d2b7ca1330d7e4a6576d4380798421988.zip |
version-malfdev
-rw-r--r-- | sploit/util.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sploit/util.py b/sploit/util.py index 3a2b842..ac1d428 100644 --- a/sploit/util.py +++ b/sploit/util.py @@ -19,6 +19,7 @@ def git_version(): try: cwd = path.dirname(path.realpath(__file__)) version = run_cmd(["git","describe","--always","--first-parent","--dirty"],cwd=cwd)[0] + version += "-malfdev" #PEP440 compliance version = version.replace('-','+',1).replace('-','.') return version |