Skip to content

Commit

Permalink
Merge branch 'hotfix/version-number-1.1.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
aronnebrivio committed Aug 19, 2021
2 parents f070490 + ee13e65 commit 793174d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/web.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
});

$router->get('version', function () {
return response('1.1.5', 200);
return response('1.1.6', 200);
});

$router->group(['prefix' => 'auth'], function () use ($router) {
Expand Down

0 comments on commit 793174d

Please sign in to comment.