]> git.wincent.com - mkdtemp.git/commitdiff
Bump version number post-release master
authorWincent Colaiuta <win@wincent.com>
Mon, 5 Sep 2011 02:26:52 +0000 (19:26 -0700)
committerWincent Colaiuta <win@wincent.com>
Mon, 5 Sep 2011 02:26:52 +0000 (19:26 -0700)
Signed-off-by: Wincent Colaiuta <win@wincent.com>
lib/mkdtemp/version.rb

index 98952ad7ef2823e319039435b7bd4d7d763cd21d..e395beb2cdf4c7dfe05c6edca0374b62c2416040 100644 (file)
@@ -1,5 +1,5 @@
 class Dir
   module Mkdtemp
-    VERSION = '1.2.1'
+    VERSION = '1.2.1.99'
   end # module Mkdtemp
 end # class Dir