From 6a0dc7e40e5e2bce0f82a60e08f093c4fbb1972b Mon Sep 17 00:00:00 2001 From: tompng Date: Thu, 23 Jul 2026 23:50:13 +0900 Subject: [PATCH] Bump version to 0.1.16 --- 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 58c9fdd..6425989 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.15" + VERSION = "0.1.16" end