Bumped version to 0.1.6. redact-0.1.6
authorTilman Sauerbeck <tilman@code-monkey.de>
Sun, 29 Apr 2007 10:40:02 +0000 (12:40 +0200)
committerTilman Sauerbeck <tilman@code-monkey.de>
Sun, 29 Apr 2007 10:40:02 +0000 (12:40 +0200)
lib/redact/redact.rb

index f1a93faa0cd3b8667c11a48c549cda9062296cec..4ffc5eee4f9100d07e703e838d7e1134e3a25f03 100644 (file)
@@ -55,7 +55,7 @@ class String
 end
 
 module Redact
-       VERSION = "0.1.5"
+       VERSION = "0.1.6"
 
        class RedactError < StandardError; end