Skip to content
This repository has been archived by the owner on Nov 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #20 from cado-security/pscott/bump-version-108
Browse files Browse the repository at this point in the history
bump version number, add missing point to readme
  • Loading branch information
chrisdoman authored Sep 30, 2023
2 parents 4b9cccf + 9cccf81 commit fb44b36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ It creates a zip, which contains a number of different pieces of data to underst
- Memory of running proccesses, on a per-process basis. This is also carved to extract log and text data from memory
- Netstat data of active connections
- The contents of open files, for example running binaries
- Details of which processes triggered a provided compiled YARA rule file

We have successfully executed it across:
- Windows
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
long_description = (this_directory / "README.md").read_text()


VERSION = '1.0.7'
VERSION = '1.0.8'

setup(
name='varc',
Expand Down

0 comments on commit fb44b36

Please sign in to comment.