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 1884c4c commit da962e9Copy full SHA for da962e9
VERSION
@@ -1 +1 @@
1
-0.6
+0.6.1
afl-cov
@@ -2,7 +2,7 @@
2
#
3
# File: afl-cov
4
5
-# Version: 0.6
+# Version: 0.6.1
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'
+__version__ = '0.6.1'
48
49
NO_OUTPUT = 0
50
WANT_OUTPUT = 1
0 commit comments