From fbb63605c4dc9d0dbff3ba819bc78dae6193512b Mon Sep 17 00:00:00 2001 From: Hiroshi SHIBATA Date: Tue, 7 Nov 2023 16:54:58 +0900 Subject: [PATCH] [ruby/pathname] Bump up 0.3.0 https://github.com/ruby/pathname/commit/f3d23679b0 --- 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 e0f38b2b37..8eeba6aad2 100644 --- a/ext/pathname/lib/pathname.rb +++ b/ext/pathname/lib/pathname.rb @@ -14,7 +14,7 @@ require 'pathname.so' class Pathname - VERSION = "0.2.1" + VERSION = "0.3.0" # :stopdoc: