Skip to content

Commit

Permalink
Rebase to 4.0.1, so update "since"
Browse files Browse the repository at this point in the history
  • Loading branch information
chickenandpork committed Sep 1, 2021
1 parent e33f924 commit 86ffa79
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/zz_gen_cmd_dnshelp.go
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ func displayDNSHelp(name string) error {
// generated from: providers/dns/hover/hover.toml
ew.writeln(`Configuration for Hover.`)
ew.writeln(`Code: 'hover'`)
ew.writeln(`Since: 'v3.6.0'`)
ew.writeln(`Since: 'v4.0.1'`)
ew.writeln()

ew.writeln(`Credentials:`)
Expand Down
2 changes: 1 addition & 1 deletion providers/dns/hover/hover.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Name = "Hover"
Description = '''Hover DNS Hosting (tucows)'''
URL = "https://hover.com"
Code = "hover"
Since = "v3.6.0"
Since = "v4.0.1"

Example = '''
HOVER_USERNAME=scott \
Expand Down

0 comments on commit 86ffa79

Please sign in to comment.