[ruby/open3] Bump version to 0.1.2

https://github.com/ruby/open3/commit/38904e204d
This commit is contained in:
Hiroshi SHIBATA 2022-12-14 14:37:25 +09:00 committed by git
parent 6b41a2f9e7
commit 0c27c1b3fc

View File

@ -1,3 +1,3 @@
module Open3
VERSION = "0.1.1"
VERSION = "0.1.2"
end