Reset version to 8.4.0-beta.1

This commit is contained in:
Pavel Krymets 2023-03-02 15:50:39 -08:00
parent 945e691968
commit 466824d0af
2 changed files with 2 additions and 2 deletions

View File

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

View File

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