diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-03-02 14:58:23 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-03-02 14:58:23 +0000 |
commit | 2fc65ef99e7591f4f570c5102f46583a0ce9a793 (patch) | |
tree | c30c3c3da3adb22261ddadccc4f6f26d7ba1af37 /bin/site-specific-install.sh | |
parent | 3ef78780e20e1ede6631a2243c7f337bea46b269 (diff) |
Version 1.8.v1.8
Add things missing from README, pull from Transifex, merge in new
translations, bump version number.
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 4c39a1bd7..4083d9d75 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:-v1.7} +VERSION=${VERSION_OVERRIDE:-v1.8} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |