diff options
-rw-r--r-- | acmens.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -25,7 +25,7 @@ from urllib.request import urlopen from urllib.error import HTTPError -__version__ = "0.1.6-dev0" +__version__ = "0.1.6" CA_PRD = "https://acme-v02.api.letsencrypt.org" CA_STG = "https://acme-staging-v02.api.letsencrypt.org" |