Skip to content

Commit

Permalink
Updated version
Browse files Browse the repository at this point in the history
  • Loading branch information
Patrick Meenan committed Jan 15, 2020
1 parent 7426b7c commit a5183a8
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 = '19.04'
self.version = '20.01'
try:
directory = os.path.abspath(os.path.dirname(__file__))
if (sys.version_info > (3, 0)):
Expand Down

0 comments on commit a5183a8

Please sign in to comment.