diff --git a/lib/tempfile.rb b/lib/tempfile.rb index 3c7cb2d..1d74782 100644 --- a/lib/tempfile.rb +++ b/lib/tempfile.rb @@ -88,7 +88,7 @@ # mutex. class Tempfile < DelegateClass(File) - VERSION = "0.1.3" + VERSION = "0.2.0" # Creates a file in the underlying file system; # returns a new \Tempfile object based on that file.