Reset version to 8.2.0-beta.2

This commit is contained in:
Annie Li 2023-01-26 10:51:08 -08:00
parent 8226f0ad99
commit 50bbc0df17
2 changed files with 2 additions and 2 deletions

View File

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

View File

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