Skip to content

Commit 6279472

Browse files
committed
release 1.0.0
1 parent cdea34a commit 6279472

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ terraform {
3333
required_providers {
3434
windns = {
3535
source = "nrkno/windns"
36-
version = "0.0.3"
36+
version = "1.0.0"
3737
}
3838
}
3939
}

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ func main() {
1616
Debug: debugMode,
1717

1818
ProviderAddr: "registry.terraform.io/nrkno/windns",
19-
ProviderFunc: provider.Provider("0.0.3"),
19+
ProviderFunc: provider.Provider("1.0.0"),
2020
}
2121

2222
plugin.Serve(opts)

0 commit comments

Comments
 (0)