diff options
author | Charles Oliver Nutter <[email protected]> | 2022-03-10 07:57:32 -0600 |
---|---|---|
committer | git <[email protected]> | 2022-03-10 22:58:31 +0900 |
commit | bd1862330756b177ba189597b9de10f98de925e3 (patch) | |
tree | ac91e4952ec28ddfb4554b39a582db4f83e740f7 | |
parent | 0024a76ea0dc4e38935f12fe12804a06957eab1f (diff) |
[ruby/io-wait] Update version to 0.2.2.pre1 for testing
https://github.com/ruby/io-wait/commit/12e26f574e
-rw-r--r-- | ext/io/wait/io-wait.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/io/wait/io-wait.gemspec b/ext/io/wait/io-wait.gemspec index fc79bb4cce..ad1624585b 100644 --- a/ext/io/wait/io-wait.gemspec +++ b/ext/io/wait/io-wait.gemspec @@ -1,4 +1,4 @@ -_VERSION = "0.2.2" +_VERSION = "0.2.2.pre1" Gem::Specification.new do |spec| spec.name = "io-wait" |