Set version to 7.1.0 to simplify merge

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

View File

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

View File

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