Skip to content

Commit c8870b6

Browse files
Update default XNAT version to 1.8.10
1 parent baf1ff4 commit c8870b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ These variables directly set options for XNAT itself.
116116

117117
Variable | Description | Default value
118118
-------- | ----------- | -------------
119-
XNAT_VERSION | Indicates the version of XNAT to install. | 1.8.9.2
119+
XNAT_VERSION | Indicates the version of XNAT to install. | 1.8.10
120120
XNAT_MIN_HEAP | Indicates the minimum heap size for the Java virtual machine. | 256m
121121
XNAT_MAX_HEAP | Indicates the maximum heap size for the Java virtual machine. | 4g
122122
XNAT_SMTP_ENABLED | Indicates whether SMTP operations are enabled in XNAT. | false

default.env

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
XNAT_VERSION=1.8.9.2
1+
XNAT_VERSION=1.8.10
22
XNAT_MIN_HEAP=256m
33
XNAT_MAX_HEAP=4g
44
XNAT_SMTP_ENABLED=false

0 commit comments

Comments
 (0)