Skip to content

Commit cd3401f

Browse files
committed
Release v2.2
1 parent dc94066 commit cd3401f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

force-app/main/default/classes/Notifier.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
public with sharing class Notifier
22
{
33
public static final String NAME = 'rollbar-sf-apex';
4-
public static final String VERSION = '2.1.0';
4+
public static final String VERSION = '2.2.0';
55

66
public Notifier(Config config)
77
{

0 commit comments

Comments
 (0)