diff --git a/lib/timeout.rb b/lib/timeout.rb index e403eee931..4fd1fa46da 100644 --- a/lib/timeout.rb +++ b/lib/timeout.rb @@ -20,7 +20,7 @@ module Timeout # The version - VERSION = "0.4.2" + VERSION = "0.4.3" # Internal error raised to when a timeout is triggered. class ExitException < Exception