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