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:
authorErica Portnoy <ebportnoy@gmail.com>2020-10-06 22:15:29 +0300
committerErica Portnoy <ebportnoy@gmail.com>2020-10-06 22:15:29 +0300
commiteff761ab1ea7e7c2f728c2926fcf4315a8e59271 (patch)
tree19e3801524c6987a68acf8f4659868a43e2392a8 /letsencrypt-auto-source
parent5f040a8e329717c98a9673728df8033599f37d49 (diff)
Bump version to 1.10.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 2a0cda9b3..65eaff36a 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.9.0"
+LE_AUTO_VERSION="1.10.0.dev0"
BASENAME=$(basename $0)
USAGE="Usage: $BASENAME [OPTIONS]
A self-updating wrapper script for the Certbot ACME client. When run, updates