Reset version to 8.2.0-beta.1

This commit is contained in:
Pavel Krymets 2023-01-19 12:27:16 -08:00
parent 7d91cb83d9
commit d7eac6010d
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
8.1.0
8.2.0-beta.1

View File

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