From a87b70e2f4d3522afc8801207aeb07149086ebc5 Mon Sep 17 00:00:00 2001 From: Allison Chen Date: Tue, 2 Apr 2024 16:27:16 -0700 Subject: [PATCH] fix: update gem version # --- lib/smartcar/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/smartcar/version.rb b/lib/smartcar/version.rb index e667570..9ba16b4 100644 --- a/lib/smartcar/version.rb +++ b/lib/smartcar/version.rb @@ -2,5 +2,5 @@ module Smartcar # Gem current version number - VERSION = '3.8.0' + VERSION = '3.9.0' end