diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-01-20 17:14:55 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2015-01-21 15:39:52 +0000 |
commit | 04117b8be30b5d82d50cdc047ac4e7c19864f8ed (patch) | |
tree | 0ad76681852e00228dea97b148781b3d57a5e4f6 /bin | |
parent | 201d5cc38c2a75831d5c8e12e498b6e808aee2dc (diff) |
Version 1.5.3.v1.5.3
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 de75d45ae..c57678b7b 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.2} +VERSION=${VERSION_OVERRIDE:-v1.5.3} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |