diff options
author | Matthew Somerville <matthew@mysociety.org> | 2014-11-19 17:48:59 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2014-11-19 18:10:18 +0000 |
commit | edbcff496f7c7cfc4034447da2d20d9072f636a9 (patch) | |
tree | 2118eb0f1a7022081c87d317655899e51a0d0734 /bin | |
parent | f3d35dfca2267cf16183a37845a60a6834ddb685 (diff) |
Version 1.5.
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 3794d6bfc..2b1c496fe 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.4.2} +VERSION=${VERSION_OVERRIDE:-v1.5} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |