mirror of
https://github.com/certbot/certbot.git
synced 2026-06-14 19:20:09 -04:00
Bump initial version to 0.33.1. (#7017)
We made this change locally yesterday while preparing the release. I tested this change on all AMIs currently in the test farm as well as Fedora 29 and this test passed on all instances.
This commit is contained in:
parent
82f64126d9
commit
862577fffc
1 changed files with 2 additions and 2 deletions
|
|
@ -15,8 +15,8 @@ if ! command -v git ; then
|
|||
exit 1
|
||||
fi
|
||||
fi
|
||||
# 0.18.0 is the oldest version of letsencrypt-auto that works on Fedora 26+.
|
||||
INITIAL_VERSION="0.18.0"
|
||||
# 0.33.x is the oldest version of letsencrypt-auto that works on Fedora 29+.
|
||||
INITIAL_VERSION="0.33.1"
|
||||
git checkout -f "v$INITIAL_VERSION" letsencrypt-auto
|
||||
if ! ./letsencrypt-auto -v --debug --version --no-self-upgrade 2>&1 | tail -n1 | grep "^certbot $INITIAL_VERSION$" ; then
|
||||
echo initial installation appeared to fail
|
||||
|
|
|
|||
Loading…
Reference in a new issue