From b1cd0de48c38f75d707b20f8bb8ed073232acf66 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 22 Dec 2020 20:50:49 +0900 Subject: [PATCH] Bump version to 0.1.1 --- lib/open3.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/open3.rb b/lib/open3.rb index 98213c9..c574696 100644 --- a/lib/open3.rb +++ b/lib/open3.rb @@ -30,7 +30,7 @@ # module Open3 - VERSION = "0.1.0" + VERSION = "0.1.1" # Open stdin, stdout, and stderr streams and start external executable. # In addition, a thread to wait for the started process is created.