diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-07-06 12:10:09 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-07-06 16:29:07 +0100 |
commit | bd73bd42add183d11242039ff59cbc622058b520 (patch) | |
tree | 1765eac39a88dcbeea04ce96edbc6f4b170416b8 /bin | |
parent | 709193b9ccb60d70f9b646a9c498abde125f828f (diff) |
Update changelog with version 1.8.4 details.
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 251c70e81..1839af11b 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.3} +VERSION=${VERSION_OVERRIDE:-v1.8.4} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |