aboutsummaryrefslogtreecommitdiffstats
path: root/bin/site-specific-install.sh
diff options
context:
space:
mode:
authorMatthew Somerville <matthew@mysociety.org>2020-05-06 21:35:41 +0100
committerMatthew Somerville <matthew@mysociety.org>2020-05-06 21:35:41 +0100
commit2773c60226b9370fe8ee00f7b205b571bb87c3b5 (patch)
tree1773c3db83cd441a6cfdc081a086b196cc5a8aee /bin/site-specific-install.sh
parent804e6683ee55c958678e2e3627467042e6c329bf (diff)
parent7123594ac13e6a0f232d0074dbbe7b2c91389aa8 (diff)
Merge branch 'version-3.0.1'v3.0.1
Diffstat (limited to 'bin/site-specific-install.sh')
-rw-r--r--bin/site-specific-install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/site-specific-install.sh b/bin/site-specific-install.sh
index 20e0eb813..af52dbdbc 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:-v3.0}
+VERSION=${VERSION_OVERRIDE:-v3.0.1}
PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh