Skip to content

Commit

Permalink
Don't increment versions in docs for patch release
Browse files Browse the repository at this point in the history
Co-authored-by: Jason Harley <[email protected]>
  • Loading branch information
cewkrupa and jharley authored Oct 30, 2023
1 parent dd76b50 commit a67ce30
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ terraform {
required_providers {
honeycombio = {
source = "honeycombio/honeycombio"
version = "~> 0.18.2"
version = "~> 0.18.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ terraform {
required_providers {
honeycombio = {
source = "honeycombio/honeycombio"
version = "~> 0.18.2"
version = "~> 0.18.0"
}
}
}
Expand Down

0 comments on commit a67ce30

Please sign in to comment.