diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-07-09 20:30:30 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-07-10 13:49:27 +0100 |
commit | d459fdb539a439bb523830302ec398abef04201c (patch) | |
tree | d6ad4a65161ddd5a3ca6563b7f7c992ad215719c /bin | |
parent | 765a7ef0ed33d010c9bc0a02a021d632c9fb9990 (diff) |
Version 1.6.v1.6
Identical to v1.5.5, just a version renumbering.
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 05bec27f5..6fc43bceb 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.5} +VERSION=${VERSION_OVERRIDE:-v1.6} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |