Skip to content

Commit 1caf37e

Browse files
committed
release v0.0.3
1 parent a117cc7 commit 1caf37e

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
@@ -20,7 +20,7 @@ terraform {
2020
required_providers {
2121
windns = {
2222
source = "nrkno/windns"
23-
version = "0.0.1"
23+
version = "0.0.3"
2424
}
2525
}
2626
}

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.1"),
19+
ProviderFunc: provider.Provider("0.0.3"),
2020
}
2121

2222
plugin.Serve(opts)

0 commit comments

Comments
 (0)