diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-03-23 12:51:31 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-03-23 12:51:31 +0000 |
commit | 4345263c9de752454795ad57323e684e41e702a8 (patch) | |
tree | 69ac1575105966f11d3f4db058e922bc07a2d802 /bin/site-specific-install.sh | |
parent | f1b3e509455163b0f3362e460d201d04593a8388 (diff) |
Version 1.8.1.v1.8.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 4083d9d75..d20a15ea2 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:-v1.8} +VERSION=${VERSION_OVERRIDE:-v1.8.1} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |