diff --git a/mattermost.py b/mattermost.py index 3315cc9..b9c2991 100755 --- a/mattermost.py +++ b/mattermost.py @@ -24,7 +24,7 @@ import json import urllib2 -VERSION = "0.1.1E" +VERSION = "0.2.0" TEMPLATE_HOST = "__{notificationtype}__ {hostalias} is {hoststate}\n{hostoutput}" # noqa TEMPLATE_SERVICE = "__{notificationtype}__ {hostalias}/{servicedesc} is {servicestate}\n{serviceoutput}" # noqa