Skip to content

Commit 48e254b

Browse files
committed
Update to Stripe CLI 1.33.0
1 parent 12a6573 commit 48e254b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
stripe-cli-ruby (1.30.0)
4+
stripe-cli-ruby (1.33.0)
55

66
GEM
77
remote: https://rubygems.org/

lib/stripe_cli/upstream.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
module StripeCLI
22
# constants describing the upstream tailwindcss project
33
module Upstream
4-
VERSION = "1.30.0"
4+
VERSION = "1.33.0"
55

66
# rubygems platform name => upstream release filename
77
NATIVE_PLATFORMS = {

lib/stripe_cli/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module StripeCLI
4-
VERSION = "1.30.0"
4+
VERSION = "1.33.0"
55
end

0 commit comments

Comments
 (0)