diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-02-12 17:12:10 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-02-12 17:12:10 +0000 |
commit | 6e2da95bc6a758c0cf070b9ddd51acc769f7acf1 (patch) | |
tree | f04f74c68199ceafc63f1d236138de136f38de22 /bin/site-specific-install.sh | |
parent | 236f615c046dfcfadbba376b735ef7a352a79ef9 (diff) | |
parent | f640d08ef45215676cbd9ea140be567ad4c1daf2 (diff) |
Merge branch 'version-2.3.1'v2.3.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 cb8b630e3..57a3ad1f8 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} +VERSION=${VERSION_OVERRIDE:-v2.3.1} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |