From 097d8f90cf0c5ed24ac6b1a49cead73d49fa8ab5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alberto=20Fern=C3=A1ndez-Capel?= Date: Wed, 11 Oct 2023 08:57:24 +0200 Subject: [PATCH] Bump version for 1.5.0 --- 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 607387f4..d24f45f2 100644 --- a/lib/turbo/version.rb +++ b/lib/turbo/version.rb @@ -1,3 +1,3 @@ module Turbo - VERSION = "1.4.0" + VERSION = "1.5.0" end