Skip to content

Commit 980fce9

Browse files
authored
Update main.go, v1.3.3
1 parent 497a66d commit 980fce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var (
4343
)
4444

4545
func parseArgs() {
46-
ap := parser.ArgumentsParser{Banner: "DescribeNTSecurityDescriptor - by Remi GASCOU (Podalirius) @ TheManticoreProject - v1.3.0"}
46+
ap := parser.ArgumentsParser{Banner: "DescribeNTSecurityDescriptor - by Remi GASCOU (Podalirius) @ TheManticoreProject - v1.3.3"}
4747

4848
// Configuration flags
4949
ap.NewBoolArgument(&debug, "", "--debug", false, "Debug mode.")

0 commit comments

Comments
 (0)