Skip to content

Commit

Permalink
Freeze VERSION
Browse files Browse the repository at this point in the history
  • Loading branch information
rm155 committed Jul 16, 2021
1 parent 4893cde commit ac7b010
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/timeout.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
# Copyright:: (C) 2000 Information-technology Promotion Agency, Japan

module Timeout
VERSION = "0.1.1"
VERSION = "0.1.1".freeze

# Raised by Timeout.timeout when the block times out.
class Error < RuntimeError
Expand Down

0 comments on commit ac7b010

Please sign in to comment.