diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-06-03 14:37:50 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-06-03 14:38:11 +0100 |
commit | 35e58052f4f1250a3c1bb40d126e36fcc735d209 (patch) | |
tree | 95aa17933dd3261ad0ed8c917f0e107ef6e5c5fc /bin | |
parent | 23dfe8baa05c9caf8910964bc59a7d2062905dae (diff) |
Version 1.8.3.v1.8.3
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 8cca28650..71bfc11ff 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.2} +VERSION=${VERSION_OVERRIDE:-v1.8.3} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |