Skip to content

Commit

Permalink
Bump up 0.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Nov 6, 2023
1 parent 5c17cd2 commit b50d37f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/uri/version.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module URI
# :stopdoc:
VERSION_CODE = '001202'.freeze
VERSION_CODE = '001300'.freeze
VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
# :startdoc:
end

0 comments on commit b50d37f

Please sign in to comment.