Bump version to 9.2.0

This commit is contained in:
Pavel Krymets 2023-09-07 11:02:34 -07:00
parent 405725bf9c
commit f70e9b10d3
3 changed files with 1240 additions and 1235 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1 +1 @@
9.1.0
9.2.0

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "9.1.0"
VERSION = "9.2.0"
end