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 8557e8d commit f1b05c8Copy full SHA for f1b05c8
lib/uri/version.rb
@@ -1,6 +1,6 @@
1
module URI
2
# :stopdoc:
3
- VERSION = '1.1.0'.freeze
+ VERSION = '1.1.1'.freeze
4
VERSION_CODE = VERSION.split('.').map{|s| s.rjust(2, '0')}.join.freeze
5
# :startdoc:
6
end
0 commit comments