From b2019f9c1082d1472bd88d4aa25893821b50471e Mon Sep 17 00:00:00 2001 From: Akinori MUSHA Date: Sat, 1 Jun 2024 11:51:42 +0900 Subject: [PATCH] Bump VERSION to 1.0.6 --- 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 13378bf..237b94f 100644 --- a/lib/http/cookie/version.rb +++ b/lib/http/cookie/version.rb @@ -1,5 +1,5 @@ module HTTP class Cookie - VERSION = "1.0.5" + VERSION = "1.0.6" end end