]> git.wincent.com - mkdtemp.git/commitdiff
Bump version number prior to 1.2 release 1.2
authorWincent Colaiuta <win@wincent.com>
Thu, 29 Jul 2010 06:16:19 +0000 (08:16 +0200)
committerWincent Colaiuta <win@wincent.com>
Thu, 29 Jul 2010 06:16:19 +0000 (08:16 +0200)
Signed-off-by: Wincent Colaiuta <win@wincent.com>
lib/mkdtemp/version.rb

index b9820b118ac4e7ec43c4289b42d0c8b615cfa298..cbc93883ad8b34de4999e0f105a8a70bd0c97033 100644 (file)
@@ -23,6 +23,6 @@
 
 class Dir
   module Mkdtemp
-    VERSION = '1.1.1.99'
+    VERSION = '1.2'
   end # module Mkdtemp
 end # class Dir