Skip to content

Commit

Permalink
Bumped version to 21.07
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeenan committed Jul 1, 2021
1 parent 1b25462 commit f89a4ef
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 @@ -186,7 +186,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 = '20.06'
self.version = '21.07'
try:
directory = os.path.abspath(os.path.dirname(__file__))
if (sys.version_info >= (3, 0)):
Expand Down

0 comments on commit f89a4ef

Please sign in to comment.