Skip to content

Commit

Permalink
Bumped version to 20.06
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeenan committed Jun 18, 2020
1 parent 7200405 commit 51efa68
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 @@ -127,7 +127,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.05'
self.version = '20.06'
try:
directory = os.path.abspath(os.path.dirname(__file__))
if (sys.version_info >= (3, 0)):
Expand Down

0 comments on commit 51efa68

Please sign in to comment.