diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-07-14 15:58:54 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-07-14 18:16:39 +0100 |
commit | 5e781b12a0a0abb1709ae0498b2517bc3e722e21 (patch) | |
tree | 8abc536a434aef0e5f76db6495f61068f3fe05ec /bin | |
parent | 757467d961c69c8280e7d936ad1b5d566e0ed2f7 (diff) |
Version 1.4.2.v1.4.2
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 2bf8e3e90..3794d6bfc 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.4.1} +VERSION=${VERSION_OVERRIDE:-v1.4.2} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |