Skip to content

Commit

Permalink
revert version number to current version
Browse files Browse the repository at this point in the history
  • Loading branch information
yousif-bugsnag committed Jun 6, 2023
1 parent 509363f commit 8a356c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bugsnag/src/main/java/com/bugsnag/Notifier.java
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
class Notifier {

private static final String NOTIFIER_NAME = "Bugsnag Java";
private static final String NOTIFIER_VERSION = "4.0.0-beta";
private static final String NOTIFIER_VERSION = "3.6.4";
private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java";

private String notifierName = NOTIFIER_NAME;
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version=4.0.0-beta
version=3.6.4
group=com.bugsnag

# Default properties
Expand Down

0 comments on commit 8a356c3

Please sign in to comment.