Bug 1066097 - Bump mozrunner version to 6.3. r=ahal

This commit is contained in:
Dave Hunt 2014-09-11 07:57:00 -04:00
Родитель d72a0e1df7
Коммит bb6fe36f4e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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