Bug 1055522 - Bump mozcrash version number for structured logging changes, r=ted.mielczarek

This commit is contained in:
James Graham 2014-08-19 16:17:58 +01:00
parent 780363cd55
commit 6423494d3d

View File

@ -5,7 +5,7 @@
from setuptools import setup
PACKAGE_NAME = 'mozcrash'
PACKAGE_VERSION = '0.12'
PACKAGE_VERSION = '0.13'
# dependencies
deps = ['mozfile >= 1.0',