From f50d2dd6534baf4589b1e134a03bfd3c874b7874 Mon Sep 17 00:00:00 2001 From: Aaron Patterson Date: Wed, 7 Aug 2019 14:13:27 -0700 Subject: [PATCH] bumping version --- lib/email_reply_parser.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/email_reply_parser.rb b/lib/email_reply_parser.rb index 7472344..87d1365 100644 --- a/lib/email_reply_parser.rb +++ b/lib/email_reply_parser.rb @@ -30,7 +30,7 @@ # # [mail]: https://github.com/mikel/mail class EmailReplyParser - VERSION = "0.5.9" + VERSION = "0.5.10" # Public: Splits an email body into a list of Fragments. #