Reset version to 7.2.0-beta.4

This commit is contained in:
Kamil Pajdzik 2022-11-01 16:17:47 -07:00
parent 63d447df77
commit a59b57c3d1
2 changed files with 2 additions and 2 deletions

View File

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

View File

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