diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-05-02 22:09:57 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-05-02 22:09:57 +0100 |
commit | 408d9c08e172c0a6023a15f786c534839a2c56c9 (patch) | |
tree | 98890aadd2b94ab99fa15082f7223a29f13f255f /bin | |
parent | f429c6baef07393b37db9d45dce453fb431da3d5 (diff) |
Update to v1.2.v1.2
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 41d35f783..7c17198b2 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=v1.1.2 +VERSION=v1.2 PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |