From f89a4ef2e78a93ca79465fdb832409b7000c184e Mon Sep 17 00:00:00 2001 From: Patrick Meenan Date: Thu, 1 Jul 2021 17:46:41 -0400 Subject: [PATCH] Bumped version to 21.07 --- internal/webpagetest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/webpagetest.py b/internal/webpagetest.py index 2b6142c66..657df12b7 100644 --- a/internal/webpagetest.py +++ b/internal/webpagetest.py @@ -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)):