mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/timeout] Bump up timeout version to 0.2.0
https://github.com/ruby/timeout/commit/02e792ddd8
This commit is contained in:
parent
6f67a78ad6
commit
2c75fc915e
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@
|
|||
# Copyright:: (C) 2000 Information-technology Promotion Agency, Japan
|
||||
|
||||
module Timeout
|
||||
VERSION = "0.1.1".freeze
|
||||
VERSION = "0.2.0".freeze
|
||||
|
||||
# Raised by Timeout.timeout when the block times out.
|
||||
class Error < RuntimeError
|
||||
|
|
Loading…
Reference in a new issue