Skip to content

Commit f89a4ef

Browse files
committed
Bumped version to 21.07
1 parent 1b25462 commit f89a4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/webpagetest.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ def __init__(self, options, workdir):
186186
pass
187187
# If we are running in a git clone, grab the date of the last
188188
# commit as the version
189-
self.version = '20.06'
189+
self.version = '21.07'
190190
try:
191191
directory = os.path.abspath(os.path.dirname(__file__))
192192
if (sys.version_info >= (3, 0)):

0 commit comments

Comments
 (0)