diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-10-11 21:16:04 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-10-11 21:25:00 +0100 |
commit | ac1ffa8bdc67dd83622b3fd0ca63bb020053c842 (patch) | |
tree | e87afff3ec0d62e5d355bcbc17477a9dbca0f3fb /bin | |
parent | 28f08c343c230e1f6bb9b2f279e78622f4ea4d72 (diff) |
Version 1.2.6.v1.2.6
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 54d1c7154..791530a2d 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.2.5} +VERSION=${VERSION_OVERRIDE:-v1.2.6} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |