From 7b0ccd49403d25db11bcf69b1abbbbbee56d9513 Mon Sep 17 00:00:00 2001 From: SHIBATA Hiroshi Date: Thu, 22 Dec 2016 12:47:50 +0900 Subject: [PATCH] bump version to 0.2.1 --- lib/xmlrpc.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/xmlrpc.rb b/lib/xmlrpc.rb index 4e34918..0852636 100644 --- a/lib/xmlrpc.rb +++ b/lib/xmlrpc.rb @@ -289,5 +289,5 @@ # # You can change the XML-writer by calling method ParserWriterChooseMixin#set_writer. module XMLRPC - VERSION = "0.2.0" + VERSION = "0.2.1" end