Reset version to 7.2.0-beta.4

This commit is contained in:
Richard Marmorstein 2022-10-14 10:08:42 -07:00
parent 2062e988eb
commit e3785d5893
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