From 0949c586c05e7513497fd2e84edb039517362dd3 Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Wed, 6 Nov 2024 16:08:57 +0900 Subject: [PATCH] [ruby/pathname] Bump up v0.4.0 https://github.com/ruby/pathname/commit/b020cbde46 --- ext/pathname/lib/pathname.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/pathname/lib/pathname.rb b/ext/pathname/lib/pathname.rb index 2deda00ff2..35fd778561 100644 --- a/ext/pathname/lib/pathname.rb +++ b/ext/pathname/lib/pathname.rb @@ -14,7 +14,7 @@ require 'pathname.so' class Pathname - VERSION = "0.3.0" + VERSION = "0.4.0" # :stopdoc: