From e8dd34a11b588978534ce9b8f8e0822f2c6e3f2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Fern=C3=A1ndez-Capel?= Date: Wed, 21 Feb 2024 16:20:00 +0000 Subject: [PATCH] Bump version for 2.0.4 --- lib/turbo/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/turbo/version.rb b/lib/turbo/version.rb index edab897e..6758a8bc 100644 --- a/lib/turbo/version.rb +++ b/lib/turbo/version.rb @@ -1,3 +1,3 @@ module Turbo - VERSION = "2.0.3" + VERSION = "2.0.4" end