Skip to content

Commit 6678d29

Browse files
committed
Bumped version to 18.10
1 parent 1e82024 commit 6678d29

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.09'
120+
self.version = '18.10'
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)