From 7cae8abcee4d62ad4b418a6efd480e363707a5a1 Mon Sep 17 00:00:00 2001 From: Thomas von Deyen Date: Thu, 25 Jan 2024 12:08:42 +0100 Subject: [PATCH] Bump SolidusReviews to 1.7.0 --- lib/solidus_reviews/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/solidus_reviews/version.rb b/lib/solidus_reviews/version.rb index a327ea5..86379a4 100644 --- a/lib/solidus_reviews/version.rb +++ b/lib/solidus_reviews/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module SolidusReviews - VERSION = '1.6.0' + VERSION = '1.7.0' end