Skip to content

Commit

Permalink
Merge pull request #206 from rollbar/release-1.7.1
Browse files Browse the repository at this point in the history
Release 1.7.1
  • Loading branch information
basoko authored Apr 17, 2020
2 parents 37c5c3e + 12e3f25 commit 56bd2ab
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.7.1-SNAPSHOT
VERSION_NAME=1.7.1
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.7.1-SNAPSHOT";
private static final String NOTIFIER_VERSION = "1.7.1";
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 56bd2ab

Please sign in to comment.