From 792e232a14c6a5a8a96f49bebe9e6c61018a8f62 Mon Sep 17 00:00:00 2001 From: Joel Moss Date: Fri, 15 Nov 2024 15:10:43 +0000 Subject: [PATCH] chore: bump version to 0.18.0 --- Gemfile.lock | 2 +- lib/proscenium/version.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index e4369b21..16e58e02 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - proscenium (0.17.0) + proscenium (0.18.0) 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 901137b7..3bd68841 100644 --- a/lib/proscenium/version.rb +++ b/lib/proscenium/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Proscenium - VERSION = '0.17.0' + VERSION = '0.18.0' end