Skip to content

Commit

Permalink
Merge pull request #3483 from NginxProxyManager/develop
Browse files Browse the repository at this point in the history
v2.11.1
  • Loading branch information
jc21 authored Jan 21, 2024
2 parents 89a405f + 209c1b3 commit aec3020
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.11.0
2.11.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<p align="center">
<img src="https://nginxproxymanager.com/github.png">
<br><br>
<img src="https://img.shields.io/badge/version-2.11.0-green.svg?style=for-the-badge">
<img src="https://img.shields.io/badge/version-2.11.1-green.svg?style=for-the-badge">
<a href="https://hub.docker.com/repository/docker/jc21/nginx-proxy-manager">
<img src="https://img.shields.io/docker/stars/jc21/nginx-proxy-manager.svg?style=for-the-badge">
</a>
Expand Down
1 change: 1 addition & 0 deletions backend/lib/certbot.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const certbot = {

return new Promise((resolve, reject) => {
if (pluginKeys.length === 0) {
resolve();
return;
}

Expand Down

0 comments on commit aec3020

Please sign in to comment.