Skip to content

Commit 4aaf8ea

Browse files
authored
Merge pull request #890 from nccgroup/release/5.10.1
release/5.10.1
2 parents ad3b8fb + e3e85d6 commit 4aaf8ea

File tree

52 files changed

+1099
-168
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+1099
-168
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,5 @@ report-*
6868
# Private folders
6969
/private*/
7070
/**/private*/
71+
72+
!docker/bin

ScoutSuite/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = 'NCC Group'
2-
__version__ = '5.10.0'
2+
__version__ = '5.10.1'
33

44
ERRORS_LIST = []
55

0 commit comments

Comments
 (0)