Skip to content

Commit efd3e02

Browse files
authored
Release v0.11.16 (alexjustesen#597)
1 parent 45a6437 commit efd3e02

File tree

3 files changed

+4
-7
lines changed

3 files changed

+4
-7
lines changed

.gitignore

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@
44
/public/storage
55
/storage/*.key
66
/vendor
7-
87
.env
98
.env.backup
10-
/.phpunit.cache
119
Homestead.json
1210
Homestead.yaml
1311
auth.json
1412
npm-debug.log
1513
yarn-error.log
14+
/.fleet
1615
/.idea
16+
/.phpunit.cache
1717
/.vscode
18-
19-
/.phpunit.cache

.phpunit.result.cache

Lines changed: 0 additions & 1 deletion
This file was deleted.

config/speedtest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/**
77
* Build information
88
*/
9-
'build_date' => Carbon::parse('2023-05-09'),
9+
'build_date' => Carbon::parse('2023-05-12'),
1010

11-
'build_version' => '0.11.15',
11+
'build_version' => '0.11.16',
1212
];

0 commit comments

Comments
 (0)