mirror of
https://github.com/certbot/certbot.git
synced 2026-04-01 07:05:37 -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.
(cherry picked from commit 862577fffc)
This commit is contained in:
parent
698e520044
commit
57be329058
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