]> git.wincent.com - mkdtemp.git/commitdiff
Bump version number post-release maint
authorWincent Colaiuta <win@wincent.com>
Sun, 6 Dec 2009 14:52:44 +0000 (15:52 +0100)
committerWincent Colaiuta <win@wincent.com>
Sun, 6 Dec 2009 14:52:44 +0000 (15:52 +0100)
Signed-off-by: Wincent Colaiuta <win@wincent.com>
lib/mkdtemp/version.rb

index beadbebea573ec393efa06b19959969d19573583..5958486aca09df943d8d72d05ac13164ab33127e 100644 (file)
@@ -14,6 +14,6 @@
 
 class Dir
   module Mkdtemp
-    VERSION = '1.1.1'
+    VERSION = '1.1.1.99'
   end # module Mkdtemp
 end # class Dir