diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-10-23 12:55:38 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-10-23 17:32:35 +0100 |
commit | ac39951581a0eefe069c8a707bb89977227d0bce (patch) | |
tree | 4efe78f010421296d0b0ff059357d9b3cb26b79d /bin | |
parent | da52879e407ffa683567e349c744f30171065a76 (diff) |
Version 1.7.v1.7
Include new contributing document.
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 75b016bb5..4c39a1bd7 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.6.1} +VERSION=${VERSION_OVERRIDE:-v1.7} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |