Skip to content

Commit

Permalink
set release to 6.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
briskt committed Feb 22, 2024
1 parent ce83201 commit d653a3b
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 @@ -201,7 +201,7 @@
'clientOptions' => [
'attach_stacktrace' => false, // stack trace identifies the logger call stack, not helpful
'environment' => YII_ENV,
'release' => 'idp-id-broker@develop',
'release' => 'idp-id-broker@6.6.8',
'max_request_body_size' => 'never', // never send request bodies
'before_send' => function (Event $event) use ($idpName): ?Event {
$event->setExtra(['idp' => $idpName]);
Expand Down

0 comments on commit d653a3b

Please sign in to comment.