Skip to content

Commit

Permalink
Update BugsnagCLI.cs (#872)
Browse files Browse the repository at this point in the history
bump the cli version used in symbol upload to 2.9.1
  • Loading branch information
richardelms authored Jan 27, 2025
1 parent e088b0d commit 63a59b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Bugsnag/Assets/Bugsnag/Editor/SymbolUpload/BugsnagCLI.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace BugsnagUnity.Editor
{
internal class BugsnagCLI
{
private const string DOWNLOADED_CLI_VERSION = "2.8.0";
private const string DOWNLOADED_CLI_VERSION = "2.9.1";
private readonly string DOWNLOADED_CLI_PATH = Path.Combine(Application.dataPath, "../bugsnag/bin/bugsnag_cli");
private readonly string DOWNLOADED_CLI_URL = $"https://github.com/bugsnag/bugsnag-cli/releases/download/v{DOWNLOADED_CLI_VERSION}/";
private readonly string _cliExecutablePath;
Expand Down

0 comments on commit 63a59b1

Please sign in to comment.