From 5b0879b7e39dac7ed163b66d9e92b6273ba04b91 Mon Sep 17 00:00:00 2001 From: Fernandez Ludovic Date: Sat, 9 Nov 2019 20:52:30 +0100 Subject: [PATCH] doc: fix autodns version. --- cmd/zz_gen_cmd_dnshelp.go | 2 +- docs/content/dns/zz_gen_autodns.md | 2 +- providers/dns/autodns/autodns.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/zz_gen_cmd_dnshelp.go b/cmd/zz_gen_cmd_dnshelp.go index c7df8ca6..5dbe76ce 100644 --- a/cmd/zz_gen_cmd_dnshelp.go +++ b/cmd/zz_gen_cmd_dnshelp.go @@ -146,7 +146,7 @@ func displayDNSHelp(name string) error { // generated from: providers/dns/autodns/autodns.toml ew.writeln(`Configuration for Autodns.`) ew.writeln(`Code: 'autodns'`) - ew.writeln(`Since: 'v3.1.0'`) + ew.writeln(`Since: 'v3.2.0'`) ew.writeln() ew.writeln(`Credentials:`) diff --git a/docs/content/dns/zz_gen_autodns.md b/docs/content/dns/zz_gen_autodns.md index 53af4bed..f840c14e 100644 --- a/docs/content/dns/zz_gen_autodns.md +++ b/docs/content/dns/zz_gen_autodns.md @@ -9,7 +9,7 @@ slug: autodns -Since: v3.1.0 +Since: v3.2.0 Configuration for [Autodns](https://www.internetx.com/domains/autodns/). diff --git a/providers/dns/autodns/autodns.toml b/providers/dns/autodns/autodns.toml index 2e13a8fa..0087b16f 100644 --- a/providers/dns/autodns/autodns.toml +++ b/providers/dns/autodns/autodns.toml @@ -2,7 +2,7 @@ Name = "Autodns" Description = '''''' URL = "https://www.internetx.com/domains/autodns/" Code = "autodns" -Since = "v3.1.0" +Since = "v3.2.0" Example = ''' AUTODNS_API_USER=usernam \