Skip to content

Commit

Permalink
Release v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waltjones committed Jun 9, 2020
1 parent 9723194 commit 883f5f9
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.0.0';
public static final String VERSION = '2.1.0';

public Notifier(Config config)
{
Expand Down

0 comments on commit 883f5f9

Please sign in to comment.