From 5fd29a659372031b29c812380452f1a3c94e5a0b Mon Sep 17 00:00:00 2001 From: kaiyou Date: Tue, 7 Nov 2017 16:07:58 +0100 Subject: [PATCH] Update the version in .env --- docs/compose/.env | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/compose/.env b/docs/compose/.env index eb4d7e4..b24056b 100644 --- a/docs/compose/.env +++ b/docs/compose/.env @@ -11,8 +11,8 @@ # Set this to the path where Mailu data and configuration is stored ROOT=/mailu -# Mailu version to run (stable, 1.0, 1.1, etc. or latest) -VERSION=stable +# Mailu version to run (1.0, 1.1, etc. or master) +VERSION=master # Set to a randomly generated 16 bytes string SECRET_KEY=ChangeMeChangeMe