Reset version to 7.1.0-beta.2

This commit is contained in:
Pavel Krymets 2022-08-23 05:35:23 -07:00
parent c732841fd3
commit fdf5be66f5
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
7.1.0
7.1.0-beta.2

View File

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