Skip to content

Commit

Permalink
fix: bump versions to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobbednarz authored and stainless-app[bot] committed Jan 29, 2025
1 parent 2119db9 commit 3020193
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.0.1-alpha.0"
}
".": "5.0.0"
}
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ terraform {
required_providers {
cloudflare = {
source = "cloudflare/cloudflare"
version = "~> 5"
version = "~> 5.0.0"
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion internal/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

package internal

const PackageVersion = "0.0.1-alpha.0" // x-release-please-version
const PackageVersion = "5.0.0" // x-release-please-version

0 comments on commit 3020193

Please sign in to comment.