From 5734b44259cb36763a32a689427a769f9222049b Mon Sep 17 00:00:00 2001 From: Nicholas Lee Date: Tue, 1 Jun 2021 11:50:16 -0700 Subject: [PATCH] Bump ofx-parser to 1.1.0.af3 --- lib/ofx-parser/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ofx-parser/version.rb b/lib/ofx-parser/version.rb index a9be60c..b18646b 100644 --- a/lib/ofx-parser/version.rb +++ b/lib/ofx-parser/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module OfxParser - VERSION = '1.1.0.af2' + VERSION = '1.1.0.af3' end