From 9b4ce19873df3bc952e7066fe8b7daff0c9f7e64 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Wed, 3 Apr 2013 18:08:56 +0900 Subject: [PATCH] Bump VERSION to 1.0.0.pre9. --- 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 1de3259..083c0ea 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.pre8" + VERSION = "1.0.0.pre9" end end