[ruby/timeout] Bump version to 0.3.0

https://github.com/ruby/timeout/commit/f69f954a94
This commit is contained in:
Hiroshi SHIBATA 2022-05-25 17:55:14 +09:00 committed by git
parent 0114c72df0
commit fde4519af8
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
# Copyright:: (C) 2000 Information-technology Promotion Agency, Japan
module Timeout
VERSION = "0.2.0"
VERSION = "0.3.0"
# Raised by Timeout.timeout when the block times out.
class Error < RuntimeError