From 73f4c47904865c77385a522183d6e40210fef48f Mon Sep 17 00:00:00 2001 From: Yusuke Endoh Date: Mon, 19 Feb 2024 13:54:58 +0900 Subject: [PATCH] Bump version --- Gemfile.lock | 4 ++-- lib/typeprof/version.rb | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index d29ddcb4a..87c8b7d51 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - typeprof (0.21.10) + typeprof (0.21.11) rbs (>= 1.8.1) GEM @@ -12,7 +12,7 @@ GEM docile (1.4.0) power_assert (2.0.1) rake (13.0.1) - rbs (3.4.3) + rbs (3.4.4) abbrev simplecov (0.21.2) docile (~> 1.1) diff --git a/lib/typeprof/version.rb b/lib/typeprof/version.rb index 62f153d8e..185142603 100644 --- a/lib/typeprof/version.rb +++ b/lib/typeprof/version.rb @@ -1,3 +1,3 @@ module TypeProf - VERSION = "0.21.10" + VERSION = "0.21.11" end