Skip to content

Commit

Permalink
set version string to "develop"
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Mar 4, 2024
1 parent 74ed015 commit 207e79a
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 @@ -131,7 +131,7 @@
'clientOptions' => [
'attach_stacktrace' => false, // stack trace identifies the logger call stack, not helpful
'environment' => YII_ENV,
'release' => 'idp-id-sync@5.1.1',
'release' => 'idp-id-sync@develop',
'before_send' => function (Event $event) use ($idpName): ?Event {
$event->setExtra(['idp' => $idpName]);
return $event;
Expand Down

0 comments on commit 207e79a

Please sign in to comment.