diff options
author | M Somerville <matthew-github@dracos.co.uk> | 2020-11-11 16:45:00 +0000 |
---|---|---|
committer | M Somerville <matthew-github@dracos.co.uk> | 2020-11-16 03:02:09 +0000 |
commit | cea89fb87a96943708a1db0f646492fbfaaf000f (patch) | |
tree | 6b54e0deafc57da6ac05f6ed3de5b8513ccf0ef1 /bin/site-specific-install.sh | |
parent | 628de40b877974eb553e0910753f2d4cd983d9de (diff) |
Version 3.1.v3.1
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 2b773fecb..ae9497aef 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:-v3.0.1} +VERSION=${VERSION_OVERRIDE:-v3.1} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |