diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-12-18 15:48:03 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-12-21 13:31:15 +0000 |
commit | a9c28cc5e290cd0cce1ad50ba49d4bb49635b48d (patch) | |
tree | 32e4ce923f7d73e3df9843b4953684626173fc07 /bin | |
parent | 53da070231629b2a66794eaf8ba4ae9d2112a9b7 (diff) |
Version 2.5.v2.5
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 72bed2077..e3078ba56 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.4.2} +VERSION=${VERSION_OVERRIDE:-v2.5} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |