Skip to content
This repository was archived by the owner on May 14, 2020. It is now read-only.

Commit 072a8c3

Browse files
committed
Bump version.
1 parent 25ad2ee commit 072a8c3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Server created for javascript SPA apps like: Vue, React, Angular, etc.
2222
## Docker usage
2323

2424
```Dockerfile
25-
FROM microparts/static-server-php:2.0.0
25+
FROM microparts/static-server-php:2.0.1
2626

2727
ARG VCS_SHA1
2828
ARG STAGE
@@ -45,7 +45,7 @@ server run
4545

4646
Result:
4747
```bash
48-
[2019-12-18 17:38:30] Server.INFO: State: STAGE=local SHA1= VERSION=2.0.0 CONFIG_PATH=/Users/roquie/google_drive/projects/microparts/static-server-php/configuration
48+
[2019-12-18 17:38:30] Server.INFO: State: STAGE=local SHA1= VERSION=2.0.1 CONFIG_PATH=/Users/roquie/google_drive/projects/microparts/static-server-php/configuration
4949
[2019-12-18 17:38:30] Server.INFO: Files modification enabled. Have fun!.
5050
[2019-12-18 17:38:30] Server.INFO: Nginx Brotli module not installed. Turning off this compression method.
5151
[2019-12-18 17:38:30] Server.INFO: Check if platform supports async io...
@@ -68,7 +68,7 @@ server reload
6868
Reload command result:
6969
```bash
7070
[2019-12-18 17:41:44] Server.INFO: Reload configuration
71-
[2019-12-18 17:41:44] Server.INFO: State: STAGE=local SHA1= VERSION=2.0.0 CONFIG_PATH=/Users/roquie/google_drive/projects/microparts/static-server-php/configuration
71+
[2019-12-18 17:41:44] Server.INFO: State: STAGE=local SHA1= VERSION=2.0.1 CONFIG_PATH=/Users/roquie/google_drive/projects/microparts/static-server-php/configuration
7272
[2019-12-18 17:41:44] Server.INFO: Files modification enabled. Have fun!.
7373
[2019-12-18 17:41:44] Server.INFO: Nginx Brotli module not installed. Turning off this compression method.
7474
[2019-12-18 17:41:44] Server.INFO: Check if platform supports async io...

src/Application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
final class Application
2424
{
25-
public const VERSION = '2.0.0';
25+
public const VERSION = '2.0.1';
2626
private const SERVER_LOG_CHANNEL = 'Server';
2727

2828
private Configuration $conf;

0 commit comments

Comments
 (0)