Skip to content

Commit 02e792d

Browse files
committed
Bump up timeout version to 0.2.0
1 parent ec5a614 commit 02e792d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/timeout.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
# Copyright:: (C) 2000 Information-technology Promotion Agency, Japan
2424

2525
module Timeout
26-
VERSION = "0.1.1".freeze
26+
VERSION = "0.2.0".freeze
2727

2828
# Raised by Timeout.timeout when the block times out.
2929
class Error < RuntimeError

0 commit comments

Comments
 (0)