From 165afed7491cbcb24ba51950822676a489dab09f Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Thu, 8 Feb 2024 17:27:56 -0600 Subject: [PATCH] bump version to 1.6.0 in preparation for release --- lib/request_store/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/request_store/version.rb b/lib/request_store/version.rb index f5113a5..903db87 100644 --- a/lib/request_store/version.rb +++ b/lib/request_store/version.rb @@ -1,3 +1,3 @@ module RequestStore - VERSION = "1.5.1" + VERSION = "1.6.0" end