From c955b56dca055d1e8edc4711447749d6798eaf7b Mon Sep 17 00:00:00 2001 From: Sam Small <32686969+smallsamantha@users.noreply.github.com> Date: Thu, 6 Feb 2025 12:54:02 -0500 Subject: [PATCH] Update buf beta price (#3623) --- private/buf/cmd/buf/command/beta/price/price.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/private/buf/cmd/buf/command/beta/price/price.go b/private/buf/cmd/buf/command/beta/price/price.go index 1c33e25e21..7361c0b750 100644 --- a/private/buf/cmd/buf/command/beta/price/price.go +++ b/private/buf/cmd/buf/command/beta/price/price.go @@ -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