diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-02-02 08:50:54 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-02-03 13:59:04 +0000 |
commit | afb90c54e9bfbabf9adc5fe0c66db38b0f406781 (patch) | |
tree | 74f7cde33d682ead35806a431b9a7fd8e7551bed /bin | |
parent | 72d2d286c9b72a2c9b98c63deb2cef64a75508ea (diff) |
Version 2.0.2.
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 007cd1839..07581ccb8 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.0.1} +VERSION=${VERSION_OVERRIDE:-v2.0.2} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |