diff options
author | Struan Donald <struan@exo.org.uk> | 2017-08-03 12:50:36 +0100 |
---|---|---|
committer | Struan Donald <struan@exo.org.uk> | 2017-08-03 13:54:05 +0100 |
commit | fb1a2259c183a27e450e118ae1a5f29a7a7b5151 (patch) | |
tree | 1fcd0f14b2faea81d543bce14d53205cb8c4ae80 /bin/site-specific-install.sh | |
parent | 479a19d20de0e698d550dc23ebd5b4d39fdd9a7d (diff) |
Version 2.1.1v2.1.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 df1870dae..9bdff8de8 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.1} +VERSION=${VERSION_OVERRIDE:-v2.1.1} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |