Skip to content

Commit d1329db

Browse files
authored
Merge pull request #409 from dotkernel/arhimede-patch-1
Update local.php.dist
2 parents fccae25 + 8b97ae7 commit d1329db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/autoload/local.php.dist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ $databases = [
2121
return [
2222
'application' => [
2323
'name' => 'Dotkernel API',
24-
'version' => 6,
24+
'version' => 6.0,
2525
'url' => $baseUrl,
2626
'versioning' => [
27-
'documentation_url' => 'https://docs.dotkernel.org/api-documentation/v5/core-features/versioning',
27+
'documentation_url' => 'https://docs.dotkernel.org/api-documentation/v6/core-features/versioning',
2828
],
2929
],
3030
'authentication' => [

0 commit comments

Comments
 (0)