diff options
-rw-r--r-- | lib/uri.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/uri.rb b/lib/uri.rb index 2e136eb682..2a48621471 100644 --- a/lib/uri.rb +++ b/lib/uri.rb @@ -95,7 +95,7 @@ module URI # :stopdoc: - VERSION_CODE = '000911'.freeze + VERSION_CODE = '001000'.freeze VERSION = VERSION_CODE.scan(/../).collect{|n| n.to_i}.join('.').freeze # :startdoc: |