Skip to content

Commit b3d8ff5

Browse files
committed
Version 3.0.0 - alpha
1 parent 28aaf61 commit b3d8ff5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Runtime/Model/BacktraceData.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ private void SetReportInformation()
154154
LangVersion = "Mono";
155155
#endif
156156

157-
AgentVersion = "3.0.0";
157+
AgentVersion = "3.0.0-alpha";
158158
Classifier = Report.ExceptionTypeReport ? new[] { Report.Classifier } : null;
159159
}
160160
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "io.backtrace.unity",
33
"displayName": "Backtrace",
4-
"version": "3.0.0",
4+
"version": "3.0.0-alpha",
55
"unity": "2017.1",
66
"description": "Backtrace's integration with Unity games allows customers to capture and report handled and unhandled Unity exceptions to their Backtrace instance, instantly offering the ability to prioritize and debug software errors.",
77
"keywords": [

0 commit comments

Comments
 (0)