diff options
author | Matthew Somerville <matthew@mysociety.org> | 2013-09-03 11:10:54 +0100 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2013-09-03 11:10:54 +0100 |
commit | d1151ce347010f73f60b857f0254fe8a311ed92e (patch) | |
tree | c4377f807af1336ad7fcac820c5c8a7e1a730efb /bin/site-specific-install.sh | |
parent | 8140fcb14ce0a32273d3e98327968d77e98fa002 (diff) |
Version 1.2.3.v1.2.3
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 e43da65b1..d5d10d308 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.2.2} +VERSION=${VERSION_OVERRIDE:-v1.2.3} PARENT_SCRIPT_URL=https://github.com/mysociety/commonlib/blob/master/bin/install-site.sh |