diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-09-06 17:42:55 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-09-06 22:38:24 +0100 |
commit | 0e3f2305285e0b90ef2b8464ccc9f6d53abc64c4 (patch) | |
tree | 4f4bab8d10d14a738347ddaf666036e0e4c4db36 /bin | |
parent | 4bd649c5179eeb56f519e52e572489844d8221d2 (diff) |
Version 2.4.v2.4
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 637572a94..a92f92ef5 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.3.4} +VERSION=${VERSION_OVERRIDE:-v2.4} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |