diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-06-07 12:05:57 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-06-07 12:42:25 +0100 |
commit | 80cf37ef3f52d5b466c13c7bddfddd62f6d4f8fc (patch) | |
tree | 4c429953bb9ef93d713cfb89bee9a379124b7834 /bin/site-specific-install.sh | |
parent | f37d288d3a855bc6dcb282f0669d4b36cea20952 (diff) |
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 88a183c8a..637572a94 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.3} +VERSION=${VERSION_OVERRIDE:-v2.3.4} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |