Skip to content

Commit 152b1f9

Browse files
committed
bump version
1 parent 53611f8 commit 152b1f9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
Terraform provider for LogStruct: type-safe CloudWatch filter patterns and LogStruct metadata validation at plan time.
44

55
Links:
6+
67
- Website: https://logstruct.com/
78
- LogStruct (Ruby gem): https://github.com/DocSpring/logstruct
89
- Provider (this repo): https://github.com/DocSpring/terraform-provider-logstruct
@@ -46,7 +47,7 @@ terraform {
4647
required_providers {
4748
logstruct = {
4849
source = "DocSpring/logstruct"
49-
version = ">= 0.0.3"
50+
version = ">= 0.1.0"
5051
}
5152
}
5253
}
@@ -80,4 +81,3 @@ See more examples at https://logstruct.com/docs/terraform.
8081
## Releasing
8182

8283
Use GoReleaser to build and publish GitHub releases with platform-specific zips and checksums. Tags must be semantic versions prefixed with `v` (e.g. `v0.1.0`).
83-

0 commit comments

Comments
 (0)