From 7052e3e81f21841029609504466a8dcc7cc3f77a Mon Sep 17 00:00:00 2001 From: Kerem Bozdas Date: Tue, 15 Mar 2022 23:44:36 +0300 Subject: [PATCH] Bump tate to 1.7.0 --- lib/tate/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/tate/version.rb b/lib/tate/version.rb index 979689a..40720ca 100644 --- a/lib/tate/version.rb +++ b/lib/tate/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Tate - VERSION = "1.6.0" + VERSION = "1.7.0" end