Skip to content

Commit 8d14372

Browse files
committed
bump version to 0.6.2
1 parent ae42858 commit 8d14372

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.6.1
1+
0.6.2

afl-cov

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#
33
# File: afl-cov
44
#
5-
# Version: 0.6.1
5+
# Version: 0.6.2
66
#
77
# Purpose: Perform lcov coverage diff's against each AFL queue file to see
88
# new functions and line coverage evolve from an AFL fuzzing cycle.
@@ -44,7 +44,7 @@ try:
4444
except ImportError:
4545
import subprocess
4646

47-
__version__ = '0.6.1'
47+
__version__ = '0.6.2'
4848

4949
NO_OUTPUT = 0
5050
WANT_OUTPUT = 1

0 commit comments

Comments
 (0)