aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2023-11-07 16:54:58 +0900
committergit <svn-admin@ruby-lang.org>2023-11-07 07:55:13 +0000
commitfbb63605c4dc9d0dbff3ba819bc78dae6193512b (patch)
tree560695865339015e7e3aa7914a608eabb0e86e06
parent51ba406f2797c2d49ca04af9bea157ed9cfa6b31 (diff)
downloadruby-fbb63605c4dc9d0dbff3ba819bc78dae6193512b.tar.gz
[ruby/pathname] Bump up 0.3.0
https://github.com/ruby/pathname/commit/f3d23679b0
-rw-r--r--ext/pathname/lib/pathname.rb2
1 files changed, 1 insertions, 1 deletions
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: