diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-07-06 12:27:12 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2016-07-06 16:22:42 +0100 |
commit | 16f9e0c7f2fbd61ccaac557aa9c44a455f9b69eb (patch) | |
tree | 1495626b31a60f23ea1431d46ec5b838be1eafe9 /bin/site-specific-install.sh | |
parent | b1628916495b945164729ad95c9e9f57b060c62e (diff) |
Version 1.6.3.v1.6.3
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 3c5854a8f..f1ee3e368 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.6.2} +VERSION=${VERSION_OVERRIDE:-v1.6.3} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |