Set version to 6.5.0 to simplify merge

This commit is contained in:
Pavel Krymets 2022-07-07 11:04:51 -07:00
parent d9f719ba01
commit 83c773f61e
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
6.4.0
6.5.0

View File

@ -1,5 +1,5 @@
# frozen_string_literal: true
module Stripe
VERSION = "6.4.0"
VERSION = "6.5.0"
end