We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b433f34 commit c41903bCopy full SHA for c41903b
lib/uri/version.rb
@@ -1,6 +1,6 @@
1
module URI
2
# :stopdoc:
3
- VERSION = '1.0.4'.freeze
+ VERSION = '1.1.0'.freeze
4
VERSION_CODE = VERSION.split('.').map{|s| s.rjust(2, '0')}.join.freeze
5
# :startdoc:
6
end
0 commit comments