From 1cc0abdd5934eaafafd7c3666cac3f67d84f7fbe Mon Sep 17 00:00:00 2001 From: Andy Waite Date: Wed, 24 Apr 2024 10:05:36 -0400 Subject: [PATCH] Bump version to v0.1.12 --- Gemfile.lock | 2 +- lib/rbi/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 286d3a80..7da91495 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - rbi (0.1.11) + rbi (0.1.12) prism (>= 0.18.0, < 0.28) sorbet-runtime (>= 0.5.9204) diff --git a/lib/rbi/version.rb b/lib/rbi/version.rb index ddaf3d3c..4f012fae 100644 --- a/lib/rbi/version.rb +++ b/lib/rbi/version.rb @@ -2,5 +2,5 @@ # frozen_string_literal: true module RBI - VERSION = "0.1.11" + VERSION = "0.1.12" end