Set version to 7.0.0 to simplify merge

This commit is contained in:
Pavel Krymets 2022-08-02 13:42:16 -07:00
parent 588ed3b5e7
commit e6a07ae658
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
6.6.0-beta.1
7.0.0

View File

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