aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
-rw-r--r--bin/site-specific-install.sh2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 8be5bee81..3eb887bec 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,7 @@ RSS alerts of problems in their area.
It was created in 2007 by [mySociety](https://www.mysociety.org/) for reporting
problems to UK councils and has been copied around the world. The FixMyStreet
-Platform is now at version 1.5.5.
+Platform is now at version 1.6.
## Installation
@@ -38,7 +38,7 @@ We've extracted all of the mobile apps from this repository into the
## Releases
-* v1.5.5 (10th July 2015)
+* v1.5.5 / v1.6 (10th July 2015)
- Security:
- Fix vulnerability in login email sending that could allow an account
to be hijacked by a third party.
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