From 21979f259523e57b0e28748ed8d14098e4e14684 Mon Sep 17 00:00:00 2001 From: tompng Date: Tue, 1 Oct 2024 01:11:38 +0900 Subject: [PATCH] Bump version to 0.1.7 --- lib/repl_type_completor/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/repl_type_completor/version.rb b/lib/repl_type_completor/version.rb index 025c1eb..08b08ff 100644 --- a/lib/repl_type_completor/version.rb +++ b/lib/repl_type_completor/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module ReplTypeCompletor - VERSION = "0.1.6" + VERSION = "0.1.7" end