From 481a4bebfcdc32a1e7217f08196ae8e37fb3f07d Mon Sep 17 00:00:00 2001 From: Matt Kelsey Date: Wed, 7 Apr 2021 15:55:41 -0500 Subject: [PATCH] Updated XNAT reference to v1.8.1 in .env file. --- .env | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.env b/.env index c2e60ff..d72b5fb 100644 --- a/.env +++ b/.env @@ -1,4 +1,4 @@ -XNAT_VER=1.8.0.1 +XNAT_VER=1.8.1 XNAT_MIN_HEAP=256m XNAT_MAX_HEAP=4g XNAT_SMTP_ENABLED=false diff --git a/README.md b/README.md index 78fa22b..2c95c6e 100644 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ These variables directly set options for XNAT itself. Variable | Description | Default value -------- | ----------- | ------------- -XNAT_VERSION | Indicates the version of XNAT to install. | 1.8.0 +XNAT_VERSION | Indicates the version of XNAT to install. | 1.8.1 XNAT_MIN_HEAP | Indicates the minimum heap size for the Java virtual machine. | 256m XNAT_MAX_HEAP | Indicates the maximum heap size for the Java virtual machine. | 4g XNAT_SMTP_ENABLED | Indicates whether SMTP operations are enabled in XNAT. | false