From f7d3a72b1b1af68e5be7818dcc6901010c04dbcf Mon Sep 17 00:00:00 2001 From: iberianpig Date: Tue, 5 May 2020 22:19:26 +0900 Subject: [PATCH] Bump version --- lib/fusuma/plugin/tap/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/fusuma/plugin/tap/version.rb b/lib/fusuma/plugin/tap/version.rb index 5240442..863dc3e 100644 --- a/lib/fusuma/plugin/tap/version.rb +++ b/lib/fusuma/plugin/tap/version.rb @@ -3,7 +3,7 @@ module Fusuma module Plugin module Tap - VERSION = '0.1.3' + VERSION = '0.2.0' end end end