Skip to content

Commit

Permalink
Bumped version to 18.08
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeenan committed Aug 29, 2018
1 parent 3ec205b commit a043ae3
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 @@ -113,7 +113,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 = '17.12'
self.version = '18.08'
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 a043ae3

Please sign in to comment.