aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-02-12 17:12:10 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-02-12 17:12:10 +0000
commit6e2da95bc6a758c0cf070b9ddd51acc769f7acf1 (patch)
treef04f74c68199ceafc63f1d236138de136f38de22 /bin
parent236f615c046dfcfadbba376b735ef7a352a79ef9 (diff)
parentf640d08ef45215676cbd9ea140be567ad4c1daf2 (diff)
Merge branch 'version-2.3.1'v2.3.1
Diffstat (limited to 'bin')
-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 cb8b630e3..57a3ad1f8 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}
+VERSION=${VERSION_OVERRIDE:-v2.3.1}
PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh