doc: fix autodns version.

This commit is contained in:
Fernandez Ludovic 2019-11-09 20:52:30 +01:00 committed by Ludovic Fernandez
parent e6ff557596
commit 5b0879b7e3
3 changed files with 3 additions and 3 deletions

View file

@ -146,7 +146,7 @@ func displayDNSHelp(name string) error {
// generated from: providers/dns/autodns/autodns.toml // generated from: providers/dns/autodns/autodns.toml
ew.writeln(`Configuration for Autodns.`) ew.writeln(`Configuration for Autodns.`)
ew.writeln(`Code: 'autodns'`) ew.writeln(`Code: 'autodns'`)
ew.writeln(`Since: 'v3.1.0'`) ew.writeln(`Since: 'v3.2.0'`)
ew.writeln() ew.writeln()
ew.writeln(`Credentials:`) ew.writeln(`Credentials:`)

View file

@ -9,7 +9,7 @@ slug: autodns
<!-- providers/dns/autodns/autodns.toml --> <!-- providers/dns/autodns/autodns.toml -->
<!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. --> <!-- THIS DOCUMENTATION IS AUTO-GENERATED. PLEASE DO NOT EDIT. -->
Since: v3.1.0 Since: v3.2.0
Configuration for [Autodns](https://www.internetx.com/domains/autodns/). Configuration for [Autodns](https://www.internetx.com/domains/autodns/).

View file

@ -2,7 +2,7 @@ Name = "Autodns"
Description = '''''' Description = ''''''
URL = "https://www.internetx.com/domains/autodns/" URL = "https://www.internetx.com/domains/autodns/"
Code = "autodns" Code = "autodns"
Since = "v3.1.0" Since = "v3.2.0"
Example = ''' Example = '''
AUTODNS_API_USER=usernam \ AUTODNS_API_USER=usernam \