From b2d8160b5c8ca49f33f019c60888329020f201cc Mon Sep 17 00:00:00 2001 From: Sergey Moiseev Date: Tue, 6 Feb 2024 17:32:49 +0200 Subject: [PATCH] Bump version to v0.1.6 --- lib/turbo_material/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/turbo_material/version.rb b/lib/turbo_material/version.rb index 3bd37fe..32bc6d6 100644 --- a/lib/turbo_material/version.rb +++ b/lib/turbo_material/version.rb @@ -1,3 +1,3 @@ module TurboMaterial - VERSION = "0.1.5" + VERSION = "0.1.6" end