diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-05-03 11:25:13 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-05-03 13:32:54 +0100 |
commit | 89b0efeb94631c4c31ce33e7f98297e754dd226d (patch) | |
tree | 44d1d7ade0861dd15b8cc480c4b8dafd629367e4 /bin | |
parent | 7777e305ee6f00ab6503f07249b13756bbd749b1 (diff) |
Version 1.8.2.v1.8.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 d20a15ea2..8cca28650 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.1} +VERSION=${VERSION_OVERRIDE:-v1.8.2} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |