diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-04-15 11:53:22 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-05-06 15:54:08 +0100 |
commit | 7123594ac13e6a0f232d0074dbbe7b2c91389aa8 (patch) | |
tree | 488cdc168c4bcce01d97af8e405530d49dcc3d3d /bin | |
parent | 30dfd35daaf0424b2e2bc126485952c26ac9d310 (diff) |
Version 3.0.1.
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 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 |