Skip to content

Commit

Permalink
Merge pull request #201 from rollbar/release-1.7.0
Browse files Browse the repository at this point in the history
Relese 1.7.0
  • Loading branch information
basoko authored Apr 9, 2020
2 parents 76ff651 + e3fda8f commit 8e6f44d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION_NAME=1.6.0
VERSION_NAME=1.7.0
GROUP=com.rollbar

POM_DESCRIPTION=For connecting your applications built on the JVM to Rollbar for Error Reporting
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
import java.util.concurrent.TimeUnit;

public class Rollbar {
private static final String NOTIFIER_VERSION = "1.6.0";
private static final String NOTIFIER_VERSION = "1.7.0";
private static final String ITEM_DIR_NAME = "rollbar-items";
private static final String ANDROID = "android";
private static final String DEFAULT_ENVIRONMENT = "production";
Expand Down

0 comments on commit 8e6f44d

Please sign in to comment.