From 81efdc4ee1e7824a79c4c82c949902dc3b6cc9eb Mon Sep 17 00:00:00 2001 From: Joel Moss Date: Fri, 3 Jan 2025 21:58:56 +0000 Subject: [PATCH] chore: bump version to 0.19.0.beta4 --- Gemfile.lock | 2 +- lib/proscenium/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index f9689377..f17bce63 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - proscenium (0.19.0.beta3) + proscenium (0.19.0.beta4) activesupport (>= 7.1.0, < 8.0) ffi (~> 1.17.0) literal (~> 1.0) diff --git a/lib/proscenium/version.rb b/lib/proscenium/version.rb index 75ffafd4..af86ab19 100644 --- a/lib/proscenium/version.rb +++ b/lib/proscenium/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Proscenium - VERSION = '0.19.0.beta3' + VERSION = '0.19.0.beta4' end