Skip to content

Commit

Permalink
Bumped version to 18.10
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeenan committed Oct 31, 2018
1 parent 1e82024 commit 6678d29
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 @@ -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',
Expand Down

0 comments on commit 6678d29

Please sign in to comment.