Reset version to 8.3.0-beta.1

This commit is contained in:
Richard Marmorstein 2023-02-23 17:08:24 -08:00
parent 29d8261b17
commit 705078e2cf
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
8.3.0
8.3.0-beta.1

View File

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