Skip to content

Commit

Permalink
[ruby/uri] Bump up uri version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Oct 21, 2021
1 parent 422b057 commit 8ef125c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/uri/version.rb
@@ -1,6 +1,6 @@
module URI
# :stopdoc:
VERSION_CODE = '001001'.freeze
VERSION_CODE = '001100'.freeze
VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
# :startdoc:
end

0 comments on commit 8ef125c

Please sign in to comment.