4.1.0 release

This commit is contained in:
nmaillat
2020-06-03 22:51:42 +02:00
parent 847d94e518
commit 5bb08e55ac
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=latest PHRASEANET_DOCKER_TAG=4.1.0
# 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-alpha.29a'; private $number = '4.1.0';
/** /**
* @var string * @var string