From a74db60721ba48c0c3ee2120630df7eb174fef72 Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Fri, 15 Mar 2013 11:36:58 +0900 Subject: [PATCH] Bump VERSION to 0.1.1. --- 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 9cc8ebe..e26a01e 100644 --- a/lib/http/cookie/version.rb +++ b/lib/http/cookie/version.rb @@ -1,5 +1,5 @@ module HTTP class Cookie - VERSION = "0.1.0" + VERSION = "0.1.1" end end