From 3748512710a29b541a1f2b3863cc6fb2422fb7e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Fern=C3=A1ndez-Capel?= Date: Fri, 2 Feb 2024 14:33:16 +0000 Subject: [PATCH] Bump version for 2.0.0-rc.2 --- 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 2eef8cbc..e0f64af9 100644 --- a/lib/turbo/version.rb +++ b/lib/turbo/version.rb @@ -1,3 +1,3 @@ module Turbo - VERSION = "2.0.0-rc.1" + VERSION = "2.0.0-rc.2" end