From 1220556f33e21b4ba76e982f1a3b18cb47403bfb Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Thu, 14 Oct 2021 17:16:32 +0900 Subject: [PATCH] [ruby/fcntl] Bump up fcntl version to 1.0.1 https://github.com/ruby/fcntl/commit/0bcc0c4518 --- ext/fcntl/fcntl.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/fcntl/fcntl.gemspec b/ext/fcntl/fcntl.gemspec index 645c507a4d..048e101aa5 100644 --- a/ext/fcntl/fcntl.gemspec +++ b/ext/fcntl/fcntl.gemspec @@ -3,7 +3,7 @@ Gem::Specification.new do |spec| spec.name = "fcntl" - spec.version = "1.0.0" + spec.version = "1.0.1" spec.authors = ["Yukihiro Matsumoto"] spec.email = ["matz@ruby-lang.org"]