From 9f5de6afd49b58ebe8d08449e7713213f9dca497 Mon Sep 17 00:00:00 2001 From: Walt Jones Date: Thu, 19 Mar 2020 17:25:36 -0700 Subject: [PATCH] Release v1.10.0 --- force-app/main/default/classes/Notifier.cls | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/force-app/main/default/classes/Notifier.cls b/force-app/main/default/classes/Notifier.cls index afcf5d2..8203263 100644 --- a/force-app/main/default/classes/Notifier.cls +++ b/force-app/main/default/classes/Notifier.cls @@ -1,7 +1,7 @@ public with sharing class Notifier { public static final String NAME = 'rollbar-sf-apex'; - public static final String VERSION = '1.0.0'; + public static final String VERSION = '1.10.0'; public Notifier(Config config) { @@ -49,4 +49,4 @@ public with sharing class Notifier private Config config; private DataBuilder dataBuilder; -} \ No newline at end of file +}