Skip to content

Commit d3b262c

Browse files
authored
Merge pull request #633 from HTTPArchive/23.07
Bump version to 23.07
2 parents 5502b1e + 2cf6934 commit d3b262c

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
@@ -177,7 +177,7 @@ def __init__(self, options, workdir):
177177
pass
178178
# If we are running in a git clone, grab the date of the last
179179
# commit as the version
180-
self.version = '21.07'
180+
self.version = '23.07'
181181
try:
182182
directory = os.path.abspath(os.path.dirname(__file__))
183183
if (sys.version_info >= (3, 0)):

0 commit comments

Comments
 (0)