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 +}