Set version to 8.1.0 to simplify merge

This commit is contained in:
Annie Li 2023-01-26 10:51:08 -08:00
parent 0e61789557
commit 43fa8f5af7
2 changed files with 2 additions and 2 deletions

View File

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

View File

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