From 41c73ac6b703fae2d3fac5bf61535d2c1d351eb7 Mon Sep 17 00:00:00 2001 From: kaiyou Date: Tue, 7 Nov 2017 16:08:42 +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 eb4d7e44..07f30adf 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=1.5 # Set to a randomly generated 16 bytes string SECRET_KEY=ChangeMeChangeMe