Skip to content

Commit

Permalink
chore(deps): update CLI to v2.5.2 (#158)
Browse files Browse the repository at this point in the history
Bumps script/sentry-cli.properties from 1.72.0 to 2.5.2.
  • Loading branch information
github-actions[bot] authored Aug 19, 2022
1 parent 1a64362 commit 09f2ef0
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
### Features

- Enha: Pin/Bundle sentry-cli Version (#143)
- Bump CLI from v1.72.0 to v2.5.2 (#158)

## 1.12.3

Expand Down
Binary file modified bin/sentry-cli-Darwin-universal
Binary file not shown.
Binary file modified bin/sentry-cli-Windows-x86_64.exe
Binary file not shown.
2 changes: 1 addition & 1 deletion lib/fastlane/plugin/sentry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module Fastlane
module Sentry
# Return all .rb files inside the "actions" and "helper" directory
# Return all .rb files inside the "actions" and "helper" directory
def self.all_classes
Dir[File.expand_path('**/{actions,helper}/*.rb', File.dirname(__FILE__))]
end
Expand Down
2 changes: 1 addition & 1 deletion script/sentry-cli.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = 1.72.0
version = 2.5.2
repo = https://github.com/getsentry/sentry-cli

0 comments on commit 09f2ef0

Please sign in to comment.