diff options
author | Nobuyoshi Nakada <[email protected]> | 2023-12-16 16:05:49 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-12-25 21:12:49 +0900 |
commit | a01c1e821cd701998753fb072f57879ed5f990eb (patch) | |
tree | ed02cf238b1b13edd153618da782ce312b22291f | |
parent | e7f91fd74cfa5d07a8946e87edea8df38a94fd41 (diff) |
[ruby/io-console] bump up to 0.7.2.dev.1
https://github.com/ruby/io-console/commit/08e41a3e4d
-rw-r--r-- | ext/io/console/io-console.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec index d4f52763b7..e0c2ab552a 100644 --- a/ext/io/console/io-console.gemspec +++ b/ext/io/console/io-console.gemspec @@ -1,5 +1,5 @@ # -*- ruby -*- -_VERSION = "0.7.1" +_VERSION = "0.7.2.dev.1" Gem::Specification.new do |s| s.name = "io-console" |