Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/certbot/certbot.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad Warren <bmw@eff.org>2020-06-02 20:32:41 +0300
committerBrad Warren <bmw@eff.org>2020-06-02 20:32:41 +0300
commitbaf69d210b405f6815cc65a13b59b0c286639201 (patch)
treed6227584015d6f69c4e1f0b1e1278ebffa950532 /letsencrypt-auto-source
parentbeea2d2208232b7e5713da69207ac176d9b42ce0 (diff)
Bump version to 1.6.0
Diffstat (limited to 'letsencrypt-auto-source')
-rwxr-xr-xletsencrypt-auto-source/letsencrypt-auto2
1 files changed, 1 insertions, 1 deletions
diff --git a/letsencrypt-auto-source/letsencrypt-auto b/letsencrypt-auto-source/letsencrypt-auto
index f99993b4f..23c5903ed 100755
--- a/letsencrypt-auto-source/letsencrypt-auto
+++ b/letsencrypt-auto-source/letsencrypt-auto
@@ -31,7 +31,7 @@ if [ -z "$VENV_PATH" ]; then
fi
VENV_BIN="$VENV_PATH/bin"
BOOTSTRAP_VERSION_PATH="$VENV_PATH/certbot-auto-bootstrap-version.txt"
-LE_AUTO_VERSION="1.5.0"
+LE_AUTO_VERSION="1.6.0.dev0"
BASENAME=$(basename $0)
USAGE="Usage: $BASENAME [OPTIONS]
A self-updating wrapper script for the Certbot ACME client. When run, updates