From 51074766fd0b03e10c1520fa6726c5208619cc83 Mon Sep 17 00:00:00 2001 From: Edouard CHIN Date: Fri, 5 Dec 2025 17:49:27 +0100 Subject: [PATCH] Bump the version in preparation of the release --- lib/stack_frames/version.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/stack_frames/version.rb b/lib/stack_frames/version.rb index 6dc9805..ba507c7 100644 --- a/lib/stack_frames/version.rb +++ b/lib/stack_frames/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module StackFrames - VERSION = "0.1.3" + VERSION = "0.1.4" end