From db2a4afff18517c26f4fb75040497dec15e4cb7f Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sun, 7 Apr 2013 23:10:25 +0900 Subject: [PATCH] Bump VERSION to 1.0.0.pre10. --- lib/http/cookie/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/http/cookie/version.rb b/lib/http/cookie/version.rb index 083c0ea..980d58a 100644 --- a/lib/http/cookie/version.rb +++ b/lib/http/cookie/version.rb @@ -1,5 +1,5 @@ module HTTP class Cookie - VERSION = "1.0.0.pre9" + VERSION = "1.0.0.pre10" end end