diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-09-13 15:53:29 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-09-13 18:18:49 +0100 |
commit | 4604ac3ac68a1592fa0387aff17082a695c76efe (patch) | |
tree | cafbd1bff6c0e1f39303089cb46ec2d001e5f93d /bin/site-specific-install.sh | |
parent | e466e4db9be320953fbda98e3fbb291c8fe067dc (diff) |
Version 2.2.
Couple of missed strings for translation, and prevent a couple of
warnings in tests.
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 9bdff8de8..5c8f38b80 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.1.1} +VERSION=${VERSION_OVERRIDE:-v2.2} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |