Skip to content

Commit

Permalink
Merge pull request #633 from HTTPArchive/23.07
Browse files Browse the repository at this point in the history
Bump version to 23.07
  • Loading branch information
pmeenan committed Jul 24, 2023
2 parents 5502b1e + 2cf6934 commit d3b262c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/webpagetest.py
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ def __init__(self, options, workdir):
pass
# If we are running in a git clone, grab the date of the last
# commit as the version
self.version = '21.07'
self.version = '23.07'
try:
directory = os.path.abspath(os.path.dirname(__file__))
if (sys.version_info >= (3, 0)):
Expand Down

0 comments on commit d3b262c

Please sign in to comment.