Release v0.11.16 (#597)

This commit is contained in:
Alex Justesen
2023-05-12 07:09:28 -04:00
committed by GitHub
parent 45a6437e5c
commit efd3e02b46
3 changed files with 4 additions and 7 deletions
+2 -4
View File
@@ -4,16 +4,14 @@
/public/storage
/storage/*.key
/vendor
.env
.env.backup
/.phpunit.cache
Homestead.json
Homestead.yaml
auth.json
npm-debug.log
yarn-error.log
/.fleet
/.idea
/.phpunit.cache
/.vscode
/.phpunit.cache
-1
View File
@@ -1 +0,0 @@
{"version":1,"defects":[],"times":{"Tests\\Unit\\ExampleTest::test_that_true_is_true":0.005,"Tests\\Feature\\ExampleTest::test_the_application_returns_a_successful_response":0.082}}
+2 -2
View File
@@ -6,7 +6,7 @@ return [
/**
* Build information
*/
'build_date' => Carbon::parse('2023-05-09'),
'build_date' => Carbon::parse('2023-05-12'),
'build_version' => '0.11.15',
'build_version' => '0.11.16',
];