From 16f38042ec0e90819af7a74a7a2e9aeacc842b5b Mon Sep 17 00:00:00 2001 From: Joshua Tauberer Date: Wed, 24 Oct 2018 16:12:25 -0400 Subject: [PATCH] v0.29 released, closes #1440 --- CHANGELOG.md | 4 ++-- README.md | 4 ++-- setup/bootstrap.sh | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a30001d3..e1b788f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ CHANGELOG ========= -In Development --------------- +v0.29 (October 25, 2018) +------------------------ * Starting with v0.28, TLS certificate provisioning wouldn't work on new boxes until the mailinabox setup command was run a second time because of a problem with the non-interactive setup. * Update to Nextcloud 13.0.6. diff --git a/README.md b/README.md index d7caacfa..ac138229 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ by me: $ curl -s https://keybase.io/joshdata/key.asc | gpg --import gpg: key C10BDD81: public key "Joshua Tauberer " imported - $ git verify-tag v0.28 + $ git verify-tag v0.29 gpg: Signature made ..... using RSA key ID C10BDD81 gpg: Good signature from "Joshua Tauberer " gpg: WARNING: This key is not certified with a trusted signature! @@ -72,7 +72,7 @@ and on my [personal homepage](https://razor.occams.info/). (Of course, if this r Checkout the tag corresponding to the most recent release: - $ git checkout v0.28 + $ git checkout v0.29 Begin the installation. diff --git a/setup/bootstrap.sh b/setup/bootstrap.sh index f25de9af..738b5abf 100644 --- a/setup/bootstrap.sh +++ b/setup/bootstrap.sh @@ -7,7 +7,7 @@ ######################################################### if [ -z "$TAG" ]; then - TAG=v0.28 + TAG=v0.29 fi # Are we running as root?