diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-09-13 14:07:25 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2013-09-13 15:09:02 +0100 |
commit | b37857e455ee012e65c333a5838d27bf55c8099e (patch) | |
tree | a30a6cf3c6dd80d31db6da862c511bcfcb3fef79 /bin/site-specific-install.sh | |
parent | 54492adeede411f4391dd6cd7cf5f62061d55fdb (diff) |
Version 1.2.5.v1.2.5
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 5e59052a7..54d1c7154 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.4} +VERSION=${VERSION_OVERRIDE:-v1.2.5} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |