diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-10-01 12:12:37 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-10-03 11:25:18 +0100 |
commit | 5ea3916780aee8e905370fb872d3ea811a8729c8 (patch) | |
tree | 251586186b15451f4d97a68eee3190092ef541eb /bin | |
parent | 809e040f49b5f5a55166a6f0cfa5f945cede3fca (diff) |
Version 2.4.1.
Diffstat (limited to 'bin')
-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 4d7f05f1e..422f39d7c 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.4} +VERSION=${VERSION_OVERRIDE:-v2.4.1} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |