Skip to content

Commit

Permalink
Bumped version to 19.04
Browse files Browse the repository at this point in the history
  • Loading branch information
pmeenan committed Apr 26, 2019
1 parent 9567def commit ced4e46
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.10'
self.version = '19.04'
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 ced4e46

Please sign in to comment.