Skip to content

Commit a5183a8

Browse files
author
Patrick Meenan
committed
Updated version
1 parent 7426b7c commit a5183a8

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
@@ -127,7 +127,7 @@ def __init__(self, options, workdir):
127127
pass
128128
# If we are running in a git clone, grab the date of the last
129129
# commit as the version
130-
self.version = '19.04'
130+
self.version = '20.01'
131131
try:
132132
directory = os.path.abspath(os.path.dirname(__file__))
133133
if (sys.version_info > (3, 0)):

0 commit comments

Comments
 (0)