diff options
author | Matthew Somerville <matthew@mysociety.org> | 2016-04-27 16:12:52 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2016-05-03 13:48:56 +0100 |
commit | a53543e81a52982fadcc97183eded29e11ec1ac5 (patch) | |
tree | aacc29136179bb4179a2a161421f5054f37be281 /bin | |
parent | 7cc15b8bcfa2af55757a4b183ac8cfe645ddb1cb (diff) |
Version 1.6.2.v1.6.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 75b016bb5..3c5854a8f 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.6.2} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |