diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-03-03 15:31:01 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-03-04 13:31:40 +0000 |
commit | d0c432d5d8de6caad498f5ac1500d34393fd4b8d (patch) | |
tree | 7ed1d1f595d171abb5ad12af3d70484e61f083a9 /bin | |
parent | 3221050312712d79d1e430b7863d93207d3ed973 (diff) |
Version 3.0.v3.0
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 922e14538..20e0eb813 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.6} +VERSION=${VERSION_OVERRIDE:-v3.0} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |