Set version to 7.1.0 to simplify merge

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

View File

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

View File

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