From df9aff8b76324fb0e6b69a4ce598b0d7137050c7 Mon Sep 17 00:00:00 2001 From: maruric Date: Wed, 20 Apr 2016 10:44:57 +0900 Subject: [PATCH] Update version number to 1.0.1 --- lib/ricohapi/mstorage/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ricohapi/mstorage/version.rb b/lib/ricohapi/mstorage/version.rb index 6a05b42..f5c7e61 100644 --- a/lib/ricohapi/mstorage/version.rb +++ b/lib/ricohapi/mstorage/version.rb @@ -3,6 +3,6 @@ module RicohAPI module MStorage - VERSION = '1.0.0' + VERSION = '1.0.1' end end