From b0e6def39eafcd8e03e9dc753902d32aadba71c3 Mon Sep 17 00:00:00 2001 From: Olivier Date: Tue, 10 Dec 2024 11:13:32 -0500 Subject: [PATCH] please Rubocop --- lib/lightspeed_restaurant/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/lightspeed_restaurant/version.rb b/lib/lightspeed_restaurant/version.rb index efce72e..de022b6 100644 --- a/lib/lightspeed_restaurant/version.rb +++ b/lib/lightspeed_restaurant/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module LightspeedRestaurantClient - VERSION = "3.5.0" + VERSION = '3.5.0' end