Release version 4.1.1

This commit is contained in:
nmaillat
2020-06-08 23:25:27 +02:00
parent 5bb08e55ac
commit 3ad635fcf3
2 changed files with 2 additions and 2 deletions

2
.env
View File

@@ -2,7 +2,7 @@ PHRASEANET_PROJECT_NAME=Phraseanet
# Registry from where you pull Docker images # Registry from where you pull Docker images
PHRASEANET_DOCKER_REGISTRY=local PHRASEANET_DOCKER_REGISTRY=local
# Tag of the Docker images # Tag of the Docker images
PHRASEANET_DOCKER_TAG=4.1.0 PHRASEANET_DOCKER_TAG=4.1.1
# APPLICATION PORT # APPLICATION PORT
PHRASEANET_APP_PORT=8082 PHRASEANET_APP_PORT=8082
# RabbitMQ configuration # RabbitMQ configuration

View File

@@ -17,7 +17,7 @@ class Version
* @var string * @var string
*/ */
private $number = '4.1.0'; private $number = '4.1.1';
/** /**
* @var string * @var string