From f6dad3954469b0051286237bd6bb4b19d6d914a7 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Mon, 5 Dec 2022 15:09:20 +0900 Subject: [PATCH] [ruby/fcntl] Bump version to 1.0.2 https://github.com/ruby/fcntl/commit/20fd776303 --- 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 048e101aa5..09d3fc2568 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.1" + spec.version = "1.0.2" spec.authors = ["Yukihiro Matsumoto"] spec.email = ["matz@ruby-lang.org"]