Skip to content

Commit 51efa68

Browse files
committed
Bumped version to 20.06
1 parent 7200405 commit 51efa68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/webpagetest.py

Lines changed: 1 addition & 1 deletion
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.05'
130+
self.version = '20.06'
131131
try:
132132
directory = os.path.abspath(os.path.dirname(__file__))
133133
if (sys.version_info >= (3, 0)):

0 commit comments

Comments
 (0)