From 51efa68ef874bd6073fcfca6e83bc9fc459c608a Mon Sep 17 00:00:00 2001 From: Patrick Meenan Date: Thu, 18 Jun 2020 16:13:17 -0400 Subject: [PATCH] Bumped version to 20.06 --- internal/webpagetest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/webpagetest.py b/internal/webpagetest.py index 502d2ff81..39ef31a2d 100644 --- a/internal/webpagetest.py +++ b/internal/webpagetest.py @@ -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)):