Skip to content

Commit cef02d6

Browse files
committedFeb 26, 2025··
Bump up v0.13.2
1 parent 07fe169 commit cef02d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎lib/uri/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module URI
22
# :stopdoc:
3-
VERSION_CODE = '001301'.freeze
3+
VERSION_CODE = '001302'.freeze
44
VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
55
# :startdoc:
66
end

0 commit comments

Comments
 (0)
Please sign in to comment.