Reset version to 7.2.0-beta.3

This commit is contained in:
Kamil Pajdzik 2022-10-06 12:12:38 -07:00
parent c8e2a23ee4
commit d8a676ba05
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
7.1.0
7.2.0-beta.3

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "7.1.0"
VERSION = "7.2.0-beta.3"
end