diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-12-12 17:52:27 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-12-18 09:16:33 +0000 |
commit | 1d187145f7b280843f734f74dd50999da6463bca (patch) | |
tree | c076ca42fd8da356bf7d5c1d91d48a5c21a9f174 /bin/site-specific-install.sh | |
parent | 96c4e985d02673c46328f68bbc59aee5fa95a4c9 (diff) |
Version 2.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 5c8f38b80..cb8b630e3 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.2} +VERSION=${VERSION_OVERRIDE:-v2.3} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |