Bumped version number to 0.1.4.
[ruby-eet.git] / lib / eet.rb
index ca2815c7bbb15b4ea2b434c734b3ff05ab43ebca..5a2d06a2aa8788bf846fd095418299e174961f93 100644 (file)
@@ -92,7 +92,7 @@ class Hash # :nodoc:
 end
 
 module Eet
-       VERSION = "0.1.3"
+       VERSION = "0.1.4"
 
        class ChunkError < EetError; end