diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-05-29 13:38:11 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-05-31 15:57:06 +0100 |
commit | 4f4943d87fc418c9bc8fada34dd987e3b031fa4a (patch) | |
tree | 6183afccb10dee3117723ce8b399ea93dd62f47c /bin/site-specific-install.sh | |
parent | 20f9d2877c38df4b46bc231d3cf2a0f45729d98b (diff) |
Version 2.3.2.v2.3.2
Diffstat (limited to 'bin/site-specific-install.sh')
-rw-r--r-- | bin/site-specific-install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh index 57a3ad1f8..5f16a86ab 100644 --- a/bin/site-specific-install.sh +++ b/bin/site-specific-install.sh @@ -1,7 +1,7 @@ #!/bin/sh # Set this to the version we want to check out -VERSION=${VERSION_OVERRIDE:-v2.3.1} +VERSION=${VERSION_OVERRIDE:-v2.3.2} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |