From 6678d29ba73efe97da0d475e51441e3363582f4a Mon Sep 17 00:00:00 2001 From: Patrick Meenan Date: Wed, 31 Oct 2018 10:38:05 -0400 Subject: [PATCH] Bumped version to 18.10 --- internal/webpagetest.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/webpagetest.py b/internal/webpagetest.py index 786404910..9962c0a65 100644 --- a/internal/webpagetest.py +++ b/internal/webpagetest.py @@ -117,7 +117,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 = '18.09' + self.version = '18.10' try: directory = os.path.abspath(os.path.dirname(__file__)) out = subprocess.check_output('git log -1 --format=%cd --date=raw',