summaryrefslogtreecommitdiff
path: root/lib/open3.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/open3.rb')
-rw-r--r--lib/open3.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/open3.rb b/lib/open3.rb
index 98213c9788..c574696bb1 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.