diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-12-16 11:46:34 +0800 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-12-16 11:48:49 +0800 |
commit | 1a244730a9fada79fbfc1b2f478c2fd8fc108e4a (patch) | |
tree | 6fd1d9b34c532653e39ecd8adb377982076fcbea /lib | |
parent | 013e1ef514f27823b790dd5e6c55a8bb7f457b58 (diff) |
[ruby/open3] Bump up v0.2.1
https://github.com/ruby/open3/commit/b890922205
Diffstat (limited to 'lib')
-rw-r--r-- | lib/open3/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/open3/version.rb b/lib/open3/version.rb index 378b389110..bfcec44ccc 100644 --- a/lib/open3/version.rb +++ b/lib/open3/version.rb @@ -1,3 +1,3 @@ module Open3 - VERSION = "0.2.0" + VERSION = "0.2.1" end |