From 09607ac17f660e27a1e3d38b6e1ec728cefa1f72 Mon Sep 17 00:00:00 2001 From: Walt Jones Date: Thu, 3 Oct 2019 16:40:35 -0700 Subject: [PATCH] Release v1.2.0 --- rollbar.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollbar.go b/rollbar.go index 33e8e2b..6567792 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.1.0" + VERSION = "1.2.0" // CRIT is the critial severity level. CRIT = "critical"