We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae42858 commit 8d14372Copy full SHA for 8d14372
VERSION
@@ -1 +1 @@
1
-0.6.1
+0.6.2
afl-cov
@@ -2,7 +2,7 @@
2
#
3
# File: afl-cov
4
5
-# Version: 0.6.1
+# Version: 0.6.2
6
7
# Purpose: Perform lcov coverage diff's against each AFL queue file to see
8
# new functions and line coverage evolve from an AFL fuzzing cycle.
@@ -44,7 +44,7 @@ try:
44
except ImportError:
45
import subprocess
46
47
-__version__ = '0.6.1'
+__version__ = '0.6.2'
48
49
NO_OUTPUT = 0
50
WANT_OUTPUT = 1
0 commit comments