Bug 1190813 - [mozrunner] bump mozrunner to 6.9. r=whimboo

This commit is contained in:
Julien Pagès 2015-08-04 09:44:00 -04:00
parent 802dfc2107
commit 03d3323d86

View File

@ -6,7 +6,7 @@ import sys
from setuptools import setup, find_packages
PACKAGE_NAME = 'mozrunner'
PACKAGE_VERSION = '6.8'
PACKAGE_VERSION = '6.9'
desc = """Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.)"""