From d2c38f77e8b2840cd14182d9605acc2fc34fbd9f Mon Sep 17 00:00:00 2001 From: Danil Nurgaliev Date: Wed, 4 Sep 2024 11:03:23 +0300 Subject: [PATCH] Bump chewy version to 8.0.0-beta (#963) --- lib/chewy/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chewy/version.rb b/lib/chewy/version.rb index a0c87a40..6ba95446 100644 --- a/lib/chewy/version.rb +++ b/lib/chewy/version.rb @@ -1,3 +1,3 @@ module Chewy - VERSION = '7.6.0'.freeze + VERSION = '8.0.0-beta'.freeze end