https://github.com/ruby/timeout/commit/413194f8d2
This commit is contained in:
Hiroshi SHIBATA 2023-06-23 12:51:31 +09:00 коммит произвёл git
Родитель e8c9385123
Коммит b7375770ef
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -23,7 +23,7 @@
# Copyright:: (C) 2000 Information-technology Promotion Agency, Japan
module Timeout
VERSION = "0.3.2"
VERSION = "0.4.0"
# Internal error raised to when a timeout is triggered.
class ExitException < Exception