File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
bugsnag/src/main/java/com/bugsnag Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3- ## TBD
3+ ## 3.6.0 (2019-07-08)
44
55* Allow a BugsnagAppender to be created from an existing client
66 [ #147 ] ( https://github.com/bugsnag/bugsnag-java/pull/147 )
Original file line number Diff line number Diff line change 55class Notifier {
66
77 private static final String NOTIFIER_NAME = "Bugsnag Java" ;
8- private static final String NOTIFIER_VERSION = "3.5.1 " ;
8+ private static final String NOTIFIER_VERSION = "3.6.0 " ;
99 private static final String NOTIFIER_URL = "https://github.com/bugsnag/bugsnag-java" ;
1010
1111 private String notifierName = NOTIFIER_NAME ;
Original file line number Diff line number Diff line change 1- version =3.5.1
1+ version =3.6.0
22group =com.bugsnag
33
44# Default properties
You can’t perform that action at this time.
0 commit comments