Skip to content

Commit

Permalink
Merge pull request #18 from boherm/bump-v1.2.0
Browse files Browse the repository at this point in the history
Bump v1.2.0
  • Loading branch information
mflasquin committed Jul 28, 2023
2 parents b1d058a + 24db2c6 commit 216db69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/services.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

return function (ContainerConfigurator $configurator) {
$configurator->parameters()
->set('app.version', '1.1.0')
->set('app.version', '1.2.0')
->set('pull_request_dashboard_number', '17')
;
$services = $configurator->services();
Expand Down

0 comments on commit 216db69

Please sign in to comment.