summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/tempfile.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tempfile.rb b/lib/tempfile.rb
index d53d8c7196..bf57bb68d9 100644
--- a/lib/tempfile.rb
+++ b/lib/tempfile.rb
@@ -88,7 +88,7 @@ require 'tmpdir'
# 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.