Skip to content

Commit

Permalink
set version to 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Mar 7, 2024
1 parent 02f2a54 commit a4cbd5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion application/common/config/main.php
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@
'clientOptions' => [
'attach_stacktrace' => false, // stack trace identifies the logger call stack, not helpful
'environment' => YII_ENV,
'release' => 'idp-id-sync@develop',
'release' => 'idp-id-sync@5.2.0',
'before_send' => function (Event $event) use ($idpName): ?Event {
$event->setExtra(['idp' => $idpName]);
return $event;
Expand Down

0 comments on commit a4cbd5d

Please sign in to comment.