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 18, 2024
1 parent c418e83 commit d360334
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@6.7.0',
'release' => 'idp-id-broker@develop',
'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 d360334

Please sign in to comment.