Skip to content

Commit

Permalink
Update buf beta price (#3623)
Browse files Browse the repository at this point in the history
  • Loading branch information
smallsamantha authored Feb 6, 2025
1 parent b9fb0be commit c955b56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions private/buf/cmd/buf/command/beta/price/price.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ const (
disableSymlinksFlagName = "disable-symlinks"
teamsDollarsPerType = float64(0.50)
proDollarsPerType = float64(5)
proDollarsMinimumSpend = float64(1000)
proDollarsMinimumSpend = float64(3000)
tmplCopy = `Current BSR pricing:
- Teams: $0.50 per type
- Pro: $5.00 per type, with a minimum spend of $1,000 per month
- Pro: $5.00 per type, with a minimum spend of $3,000 per month
Pricing data last updated on November 1, 2023.
Pricing data last updated on February 1, 2025.
Make sure you are on the latest version of the Buf CLI to get the most updated pricing
information, and see buf.build/pricing if in doubt - this command runs completely locally
Expand Down

0 comments on commit c955b56

Please sign in to comment.