diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-03-31 14:45:51 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-03-31 14:45:51 +0100 |
commit | 9e96356d4f0fd42c4434c6ee9f9a47f90fb282fd (patch) | |
tree | 338caf2aadaf86798f53f379e15cff6f5293b41b /bin/site-specific-install.sh | |
parent | ed850c6d928acfa6898d67a9220b00ade64b45ea (diff) |
Version 2.0.3.v2.0.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 07581ccb8..f3a81a07f 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.2} +VERSION=${VERSION_OVERRIDE:-v2.0.3} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |