From 0838415a95e06523ce50f5d06aee37713fc99e6a Mon Sep 17 00:00:00 2001 From: Walt Jones Date: Tue, 11 Jun 2019 13:38:35 -0700 Subject: [PATCH] Release v1.1.0 --- rollbar.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollbar.go b/rollbar.go index 2790fb3..6b7eb7a 100644 --- a/rollbar.go +++ b/rollbar.go @@ -12,7 +12,7 @@ const ( // NAME is the name of this notifier sent with the payload to Rollbar. NAME = "rollbar/rollbar-go" // VERSION is the version of this notifier sent with the payload to Rollbar. - VERSION = "1.0.1" + VERSION = "1.1.0" // CRIT is the critial severity level. CRIT = "critical"