From 028bafd7811ed45349b39b9508d3ad01038189de Mon Sep 17 00:00:00 2001 From: Vinicius Stock Date: Fri, 3 May 2024 16:26:14 -0400 Subject: [PATCH] Bump version to v0.1.13 --- Gemfile.lock | 2 +- lib/rbi/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 5bfa681c..4574995c 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rbi (0.1.12) + rbi (0.1.13) prism (>= 0.18.0, < 1.0.0) sorbet-runtime (>= 0.5.9204) diff --git a/lib/rbi/version.rb b/lib/rbi/version.rb index 4f012fae..fb264a0f 100644 --- a/lib/rbi/version.rb +++ b/lib/rbi/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module RBI - VERSION = "0.1.12" + VERSION = "0.1.13" end