From 84ea0b926d0b5dd0fd3960f1ba335e1044009fd4 Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Tue, 25 Jan 2022 14:33:01 +0100 Subject: [PATCH] v3.7.0 --- lib/wasabi/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/wasabi/version.rb b/lib/wasabi/version.rb index 087e20a..e1710d4 100644 --- a/lib/wasabi/version.rb +++ b/lib/wasabi/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Wasabi - VERSION = '3.6.1' + VERSION = '3.7.0' end