From 8aa9ed9e6c7cff4de87e9e85f9038120acb91a6a Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Wed, 27 Mar 2013 21:17:07 +0900 Subject: [PATCH] Bump VERSION to 1.0.0.pre5. --- 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 2a5c762..a04686d 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.pre4" + VERSION = "1.0.0.pre5" end end