From ec5557f6b99b1879ef6a2fb2faf087743eacc665 Mon Sep 17 00:00:00 2001 From: tompng Date: Fri, 30 Jan 2026 23:11:29 +0900 Subject: [PATCH] Bump version to 0.1.13 --- 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 e207e7d..e232d55 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.12" + VERSION = "0.1.13" end