diff options
author | Matthew Somerville <matthew@mysociety.org> | 2015-02-20 16:58:05 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2015-03-18 16:14:16 +0000 |
commit | afe94a2eff801b769e55d5527a1367406810958a (patch) | |
tree | 6b55169228e6bdcfe00ce00731f7f72142888405 /bin/site-specific-install.sh | |
parent | 3b724e751e6a9c9b0827db54226522f29dcc7f76 (diff) |
Version 1.5.4.v1.5.4
Including updated translations.
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 c57678b7b..1408e7ce9 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.3} +VERSION=${VERSION_OVERRIDE:-v1.5.4} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |