Skip to content

Commit

Permalink
Version 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jjakob committed May 8, 2023
1 parent b79c05d commit 30a2dd3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ The preferred way is to install it is by using the wizard [at Certbot's home](ht
Download the latest release and install it (copy the latest URL from the Releases tab):

```
wget --content-disposition https://github.com/YetOpen/certbot-zimbra/archive/0.7.13.tar.gz
tar xf certbot-zimbra-0.7.13.tar.gz
cd certbot-zimbra-0.7.13
wget --content-disposition https://github.com/YetOpen/certbot-zimbra/archive/1.0.0.tar.gz
tar xf certbot-zimbra-1.0.0.tar.gz
cd certbot-zimbra-1.0.0
./install all
```
Or from the master branch (unstable): [certbot-zimbra-master.tar.gz](https://github.com/YetOpen/certbot-zimbra/archive/master.tar.gz)
Expand Down
2 changes: 1 addition & 1 deletion certbot_zimbra.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.

readonly progname="certbot_zimbra.sh"
readonly version="0.7.13 (unreleased)"
readonly version="1.0.0"
readonly github_url="https://github.com/YetOpen/certbot-zimbra"
readonly copyright="Copyright (c) 2023 Lorenzo Milesi <[email protected]>, Jernej Jakob <[email protected]>"
# paths
Expand Down
6 changes: 3 additions & 3 deletions certbot_zimbra.sh.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.5.
.TH CERTBOT_ZIMBRA.SH "1" "March 2023" "certbot_zimbra.sh 0.7.13 (unreleased)" "User Commands"
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.3.
.TH CERTBOT_ZIMBRA.SH "1" "May 2023" "certbot_zimbra.sh 1.0.0" "User Commands"
.SH NAME
certbot_zimbra.sh \- manual page for certbot_zimbra.sh 0.7.13 (unreleased)
certbot_zimbra.sh \- manual page for certbot_zimbra.sh 1.0.0
.SH SYNOPSIS
.B certbot_zimbra.sh
[ \fI\,-d | -n | -p \/\fR] [\fI\,options\/\fR]...
Expand Down

0 comments on commit 30a2dd3

Please sign in to comment.