Skip to content

Commit 9c9e15d

Browse files
committed
Bumped version to 20.05
1 parent 3c1fc66 commit 9c9e15d

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 = '20.01'
130+
self.version = '20.05'
131131
try:
132132
directory = os.path.abspath(os.path.dirname(__file__))
133133
if (sys.version_info > (3, 0)):

0 commit comments

Comments
 (0)