Skip to content

Commit

Permalink
Bump version to 0.10.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
hsbt committed Mar 28, 2023
1 parent a998b2c commit 359e6bc
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 = '00100001'.freeze
VERSION_CODE = '00100002'.freeze
VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze
# :startdoc:
end

0 comments on commit 359e6bc

Please sign in to comment.