Skip to content

Commit

Permalink
Release v1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waltjones committed Mar 20, 2020
1 parent 978e714 commit 9f5de6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 = '1.0.0';
public static final String VERSION = '1.10.0';

public Notifier(Config config)
{
Expand Down Expand Up @@ -49,4 +49,4 @@ public with sharing class Notifier

private Config config;
private DataBuilder dataBuilder;
}
}

0 comments on commit 9f5de6a

Please sign in to comment.