Reset version to 7.2.0-beta.1

This commit is contained in:
Dominic Charley-Roy 2022-08-24 16:04:14 -04:00
parent 9876ba12dc
commit bf05d0ce43
2 changed files with 2 additions and 2 deletions

View File

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

View File

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