mirror of
https://github.com/alchemy-fr/Phraseanet.git
synced 2025-10-23 18:03:17 +00:00
4.1.0 release
This commit is contained in:
2
.env
2
.env
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user