Skip to content

Commit

Permalink
Release v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
waltjones committed Jul 31, 2020
1 parent dc94066 commit cd3401f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion force-app/main/default/classes/Notifier.cls
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
public with sharing class Notifier
{
public static final String NAME = 'rollbar-sf-apex';
public static final String VERSION = '2.1.0';
public static final String VERSION = '2.2.0';

public Notifier(Config config)
{
Expand Down

0 comments on commit cd3401f

Please sign in to comment.