diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-07-09 20:30:29 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-07-10 13:49:26 +0100 |
commit | 765a7ef0ed33d010c9bc0a02a021d632c9fb9990 (patch) | |
tree | c30f841fa7975412cac2fe237b108d8bab945eca /bin/site-specific-install.sh | |
parent | cc6a278898087665071cc68664622cf49b84f693 (diff) |
Version 1.5.5.v1.5.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 1408e7ce9..05bec27f5 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.5.4} +VERSION=${VERSION_OVERRIDE:-v1.5.5} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |