Hiroshi SHIBATA 2023-02-16 09:49:21 +09:00 коммит произвёл git
Родитель b03b251aa4
Коммит 65b6411e9d
1 изменённых файлов: 1 добавлений и 1 удалений

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

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