Skip to content

Commit ced4e46

Browse files
committed
Bumped version to 19.04
1 parent 9567def commit ced4e46

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
@@ -117,7 +117,7 @@ def __init__(self, options, workdir):
117117
pass
118118
# If we are running in a git clone, grab the date of the last
119119
# commit as the version
120-
self.version = '18.10'
120+
self.version = '19.04'
121121
try:
122122
directory = os.path.abspath(os.path.dirname(__file__))
123123
out = subprocess.check_output('git log -1 --format=%cd --date=raw',

0 commit comments

Comments
 (0)